Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.5.0 to 6.6.1
  • Loading branch information
fredclausen authored Aug 11, 2024
2 parents 50fd31f + cfa2fd8 commit 292c2a3
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.5.0
uses: docker/build-push-action@v6.6.1
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.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
push: false
Expand Down

0 comments on commit 292c2a3

Please sign in to comment.