Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent c42129d commit eb58789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ inputs.image-name }}
tags: ${{ steps.version.outputs.main_tag }} ${{ steps.version.outputs.date_tag }}
# tags: ${{ steps.version.outputs.main_tag }} ${{ steps.version.outputs.date_tag }}
tags: ${{ steps.version.outputs.main_tag }}
context: ${{ inputs.context }}
containerfiles: ${{ inputs.containerfile }}
build-args: HF_TOKEN=${{ secrets.hf-token }}
Expand Down

0 comments on commit eb58789

Please sign in to comment.