Skip to content

Commit

Permalink
feat: Update docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Aug 6, 2024
1 parent cf41f55 commit f314d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
echo "image=${{ fromJSON(steps.metadata.outputs.json).tags[0] }}" >> $GITHUB_OUTPUT
- name: Build image
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
${{ inputs.build-args }}
Expand Down

0 comments on commit f314d6b

Please sign in to comment.