Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
fredclausen authored Dec 1, 2024
2 parents 59cad54 + 3ce16a4 commit 6e6a6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/[email protected]

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

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

0 comments on commit 6e6a6d6

Please sign in to comment.