Skip to content

Commit

Permalink
Merge pull request #157 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-6.8.0

chore(deps): Bump docker/build-push-action from 6.7.0 to 6.8.0
  • Loading branch information
fredclausen authored Sep 28, 2024
2 parents 5aa272e + 9616529 commit ed0c6a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/[email protected]

- name: Build armv7
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: docker/[email protected]

- name: Build arm64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down
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/[email protected]

- name: Build armv7
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: docker/[email protected]

- name: Build arm64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
uses: docker/[email protected]

- name: Build amd64
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: .
push: false
Expand Down

0 comments on commit ed0c6a8

Please sign in to comment.