From 083327d9e81327d10efdd5fb9604f2e56b71289c Mon Sep 17 00:00:00 2001 From: sakkiii Date: Mon, 6 Sep 2021 22:46:41 +0530 Subject: [PATCH] master branch added for latest tag --- .github/workflows/docker-release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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: |