Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 7f22220 commit a95c737
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 @@ -74,7 +74,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build amd64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
context: .
Expand All @@ -86,7 +86,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 @@ -155,7 +155,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 a95c737

Please sign in to comment.