Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 5 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent d204134 commit 74a0b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build app image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
file: ./docker/app/Dockerfile
push: false
Expand All @@ -78,7 +78,7 @@ jobs:
tags: public.ecr.aws/n0p8j4k5/trassenscout/app:${{ github.sha }}

- name: Build nginx image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: ./docker/nginx
push: false
Expand Down

0 comments on commit 74a0b10

Please sign in to comment.