Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
ci: fix action parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed May 12, 2022
1 parent fcb8b92 commit 63d18f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bare-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
uses: ./.github/actions/build-and-push
with:
path: images/${{ env.tag-suffix }}
version: ${{ steps.meta.outputs.tags }}-${{ env.tag-suffix }}
image-name: ${{ steps.meta.outputs.tags }}-${{ env.tag-suffix }}
tag-suffix: ${{ env.tag-suffix }}
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 63d18f2

Please sign in to comment.