Skip to content

Commit

Permalink
fix: actions artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed Oct 8, 2024
1 parent 21388b9 commit 1ecb598
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 1ecb598

Please sign in to comment.