Skip to content

Commit

Permalink
Merge pull request #1212 from nrkno/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
nytamin committed Jun 26, 2024
2 parents 3186c1c + d895d3d commit 8dcd428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push to GHCR
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./meteor/Dockerfile.circle
Expand All @@ -215,7 +215,7 @@ jobs:
github-token: ${{ github.token }}
- name: Build and push to DockerHub
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./meteor/Dockerfile.circle
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push to GHCR
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./packages
file: ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
Expand All @@ -364,7 +364,7 @@ jobs:
tags: "${{ steps.ghcr-tag.outputs.tags }}"
- name: Build and push to DockerHub
if: steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./packages
file: ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
Expand Down

0 comments on commit 8dcd428

Please sign in to comment.