Skip to content

Commit

Permalink
Merge pull request #4 from ToshY/dependabot/github_actions/master/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
ToshY authored Feb 7, 2023
2 parents fa97d11 + 6c13c84 commit f5cd4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
- name: Build & Push | Development image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
target: dev
Expand All @@ -48,7 +48,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Build & Push | Production image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
target: prod
Expand Down

0 comments on commit f5cd4f1

Please sign in to comment.