Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.2.0 to 6.3.0
  • Loading branch information
fredclausen authored Jul 14, 2024
2 parents 267b37f + bcc661f commit e4468a5
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.2.0
uses: docker/build-push-action@v6.3.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.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
push: false
Expand Down

0 comments on commit e4468a5

Please sign in to comment.