Skip to content

Commit

Permalink
Update publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1024 authored Jun 6, 2024
1 parent dee4e5d commit 217c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: echo "VERSION=${GITHUB_REF_NAME}" >> $GITHUB_ENV
- name: Build and Push Docker Image
run: |
echo "Version: ${{ github.ref == 'refs/heads/stage' && github.sha || env.VERSION }}"
echo "Version: ${{ github.ref == 'refs/heads/master' && github.sha || env.VERSION }}"

0 comments on commit 217c7d1

Please sign in to comment.