Update docker/build-push-action action to v6 (#139)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-22 10:12:25 -04:00
committed by GitHub
parent 608f191edd
commit 3760f330c4

View File

@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push - name: Build / push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: backend context: backend
file: ./backend/Dockerfile file: ./backend/Dockerfile
@@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push - name: Build / push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile