Skip to content

Commit

Permalink
Merge pull request #33 from dappforce/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-4

dependabot: bump docker/build-push-action from 3 to 4
  • Loading branch information
omidasadpour authored Aug 22, 2023
2 parents 2efbd3b + 0690e90 commit cfed230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- if: ${{ github.ref == 'refs/heads/staging' }}
name: Build staging image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -68,7 +68,7 @@ jobs:

- if: ${{ github.ref == 'refs/heads/main' }}
name: Build production image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
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 @@ -49,7 +49,7 @@ jobs:
${{ runner.os }}-single-buildx
- name: Build staging image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit cfed230

Please sign in to comment.