Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.6.1 to 6.7.0
  • Loading branch information
fredclausen authored Aug 18, 2024
2 parents a62d3cb + 228c42a commit c278eff
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.6.1
uses: docker/build-push-action@v6.7.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.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
push: false
Expand Down

0 comments on commit c278eff

Please sign in to comment.