Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker/build-push-action action to v4.2.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0d31fe3 commit 0ab0f83
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build a docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.0
with:
file: Dockerfile
context: .
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build a docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.0
with:
file: Dockerfile
context: .

0 comments on commit 0ab0f83

Please sign in to comment.