Skip to content

Commit

Permalink
Merge pull request #62 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-6.2.0

chore(deps): Bump docker/build-push-action from 5.4.0 to 6.2.0
  • Loading branch information
fredclausen authored Jun 30, 2024
2 parents 286d355 + 40c0678 commit 5b05c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: docker/setup-buildx-action@v3.3.0

- name: Build armv7
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: false
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: docker/setup-buildx-action@v3.3.0

- name: Build arm64
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: false
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
uses: docker/setup-buildx-action@v3.3.0

- name: Build amd64
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: false
Expand Down

0 comments on commit 5b05c50

Please sign in to comment.