Skip to content

Commit

Permalink
fix(deploy): use branch name for docker-image-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Jun 7, 2023
1 parent 880d818 commit 59fb9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
REGISTRY: "registry.minter.network"
IMAGE_NAME: ${{ env.PROJECT_NAME }}
LATEST: "true"
TAG_NAME: ${{ github.sha }}
TAG_NAME: ${{ env.BUILD_BRANCH }}-${{ github.sha }}
DOCKERFILE: ".docker/Dockerfile"
DOCKER_BUILD_ARGS: --build-arg BUILD_BRANCH_ENV_PREFIX

Expand Down

0 comments on commit 59fb9ce

Please sign in to comment.