diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index f3ddadd..592c83b 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -2,6 +2,7 @@ name: Create docker image(s) and push to docker hub on: push: + branches: [ master ] tags: - '[0-9]+\.[0-9]+\.[0-9]+' @@ -21,13 +22,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and Push Updated Latest - uses: docker/build-push-action@v2 - with: - context: . - platforms: linux/amd64,linux/arm64 - push: true - tags: awesometechnologies/synapse-admin:latest - name: Calculate docker image tag id: set-tag run: |