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

Commit

Permalink
ci(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2023
1 parent 0beb412 commit 487358f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
endpoint: buildx
- name: Build
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.docker_meta.outputs.buildTags }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
endpoint: buildx
- name: Build
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile-test
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
endpoint: buildx
- name: Build
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta_publish.outputs.tags }}
Expand Down

0 comments on commit 487358f

Please sign in to comment.