Skip to content

Commit

Permalink
MNES-1021 re-enable branch checking for image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Geesen-Stucky committed Jun 24, 2024
1 parent 0d16d6d commit b7eb927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Push Image to development
id: push-dev
#if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/staging'
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/staging'
env:
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
run: docker tag mnestix/$IMAGE_NAME mnestixcr.azurecr.io/$IMAGE_NAME:$BRANCH_NAME &&
Expand Down

0 comments on commit b7eb927

Please sign in to comment.