Skip to content

Commit

Permalink
ci(image): fix missing sha tag (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored Nov 13, 2024
1 parent 1bfc3d6 commit 38e04f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
if [ "${{ github.event_name }}" = "push" ]; then
echo "type=sha" > tags.txt
echo "type=raw,value=nightly" > tags.txt
echo "type=schedule" >> tags.txt
fi
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
if [ -n "${{ github.event.inputs.docker_image_tag_name }}" ]; then
Expand Down

0 comments on commit 38e04f8

Please sign in to comment.