Skip to content

Commit

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

Bump docker/build-push-action from 6.2.0 to 6.3.0
  • Loading branch information
fredclausen authored Jul 14, 2024
2 parents 1a19723 + 55405d3 commit 237eefe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_rbfeeder_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
latestverhash: ${{ steps.latest-version.outputs.latestverhash }}
steps:
- name: Build image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
push: false
load: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

# Build "latest" for org and new package
- name: Build & Push - latest - org package
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
file: ./Dockerfile
Expand All @@ -109,7 +109,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Build & Push - latest - new package
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Build
- name: Test Build
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
file: ./Dockerfile
Expand All @@ -101,7 +101,7 @@ jobs:
# Build nohealthcheck
- name: Test Build nohealthcheck
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
file: ./Dockerfile.nohealthcheck
Expand Down

0 comments on commit 237eefe

Please sign in to comment.