Skip to content

Commit

Permalink
Tag properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 27, 2024
1 parent 731d28a commit 4c0b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
[ "${GITHUB_EVENT_NAME}" == 'pull_request' ] && echo "tag=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV || true
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=1.84-k8s-1.29" >> $GITHUB_ENV || true
- name: Build and push image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4c0b8c4

Please sign in to comment.