Skip to content

Commit

Permalink
fix: correct action arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 30, 2023
1 parent 2ee1948 commit 629329f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
context: ${{ matrix.directory }}
repository: midnighter/fastapi-base
build_args: TAG=${{ matrix.tag }}
build-args: TAG=${{ matrix.tag }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: true
Expand Down

0 comments on commit 629329f

Please sign in to comment.