Skip to content

Commit

Permalink
fix: update image build job name (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Dec 31, 2024
1 parent d62ce52 commit a9b5d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Chart update
uses: hajle-silesia/.github/.github/workflows/[email protected]
with:
docker-hub-image-repository-name: ${{ needs.build.outputs.docker-hub-repository-name }}
image-tag: ${{ needs.build.outputs.tag }}
docker-hub-image-repository-name: ${{ needs.image-build.outputs.docker-hub-repository-name }}
image-tag: ${{ needs.image-build.outputs.tag }}
secrets:
github-token: ${{ secrets.PUSH_TOKEN }}

0 comments on commit a9b5d94

Please sign in to comment.