Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Mar 13, 2024
1 parent 85a541c commit 94a745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Build Docker image and push ${{ inputs.context }}
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:${{ inputs.context }}"
file: ${{ inputs.context }}/Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 94a745c

Please sign in to comment.