Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds authored Jun 23, 2024
2 parents 9b0cb2f + 299d245 commit 873a54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build frontend and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ppodds/ncuplus-frontend:latest,ppodds/ncuplus-frontend:${{ needs.get-version.outputs.version }}
file: Dockerfile.frontend
- name: Build backend and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ppodds/ncuplus-backend:latest,ppodds/ncuplus-backend:${{ needs.get-version.outputs.version }}
Expand Down

0 comments on commit 873a54f

Please sign in to comment.