Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 1c19ae0 commit a150e5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build amd64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
context: .
Expand All @@ -82,7 +82,7 @@ jobs:
run: docker run --rm galactory --help

- name: Build arm64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
context: .
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build & Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'push' }}
context: .
Expand Down

0 comments on commit a150e5f

Please sign in to comment.