Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.1.0 (#204)
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 Jun 21, 2024
1 parent 097fad2 commit 7500ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Build
uses: docker/build-push-action@v6.0.2
uses: docker/build-push-action@v6.1.0
with:
build-args: PG_MAJOR=${{ matrix.pg }}
- name: Build Test
uses: docker/build-push-action@v6.0.2
uses: docker/build-push-action@v6.1.0
with:
build-args: PG_MAJOR=${{ matrix.pg }}
target: test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build
uses: docker/build-push-action@v6.0.2
uses: docker/build-push-action@v6.1.0
with:
build-args: PG_MAJOR=${{ matrix.pg }}
- name: Build Test
uses: docker/build-push-action@v6.0.2
uses: docker/build-push-action@v6.1.0
with:
build-args: PG_MAJOR=${{ matrix.pg }}
target: test
- name: Test
run: DOCKER_BUILDKIT=1 docker compose run --rm bats test
- name: Push
uses: docker/build-push-action@v6.0.2
uses: docker/build-push-action@v6.1.0
with:
build-args: PG_MAJOR=${{ matrix.pg }}
push: true
Expand Down

0 comments on commit 7500ba1

Please sign in to comment.