Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 5.3.0 to 5.4.0
  • Loading branch information
fredclausen authored Jun 16, 2024
2 parents e9b3df4 + e89ec06 commit 3a913ff
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@v5.3.0
uses: docker/build-push-action@v5.4.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@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
push: false
Expand Down

0 comments on commit 3a913ff

Please sign in to comment.