Skip to content

Commit

Permalink
Merge pull request #140 from dappforce/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

dependabot: bump docker/build-push-action from 4 to 5
  • Loading branch information
olehmell authored Oct 5, 2023
2 parents 1045dec + 19e99ed commit 2762e24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build base image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- if: ${{ github.ref == 'refs/heads/staging' }}
name: Build staging image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -62,7 +62,7 @@ jobs:

- if: ${{ github.ref == 'refs/heads/main' }}
name: Build production image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-single-buildx
- name: Build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 2762e24

Please sign in to comment.