Skip to content

Commit

Permalink
Merge pull request #373 from sivertschou/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
sivertschou authored Nov 12, 2024
2 parents d7d1711 + d0a20d3 commit f132cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build, tag and push backend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./apps/backend/Dockerfile
tags: ${{ vars.DOCKERHUB_USERNAME }}/dundring-backend:${{ env.tag }}
push: true

- name: Build, tag and push frontend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./apps/frontend/Dockerfile
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build, tag and push backend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./apps/backend/Dockerfile
tags: ${{ vars.DOCKERHUB_USERNAME }}/dundring-backend:${{ steps.gitversion.outputs.semVer }}
push: true

- name: Build, tag and push frontend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./apps/frontend/Dockerfile
push: true
Expand Down

0 comments on commit f132cc2

Please sign in to comment.