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

Commit

Permalink
chore(deps): update docker/build-push-action action to v4 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent dd89fc0 commit 5a9afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_oci_image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
fetch-depth: 0
- name: Build image
id: build-image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
tags: ${{ inputs.tags }}
file: ${{ inputs.dockerfile }}
Expand Down

0 comments on commit 5a9afb0

Please sign in to comment.