Skip to content

Commit

Permalink
Merge pull request #488 from Kpoke/fix/actions/artifact
Browse files Browse the repository at this point in the history
fix/actions/artifact
  • Loading branch information
Kpoke authored Oct 8, 2024
2 parents d61e368 + 1ecb598 commit 7f7cb38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set image tag name
id: image-tag-name
run: |
value=`cat image-tag-${{github.sha}}/image-tag`
value=`cat image-tag`
echo "::set-output name=image-tag-name::$value"
- name: Install kustomize
Expand Down

0 comments on commit 7f7cb38

Please sign in to comment.