diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index b4f877b1..1e5d4b06 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -60,7 +60,7 @@ jobs: type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} - name: Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./backend tags: ${{ steps.dockerMetadata.outputs.tags }} diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6ba0d4a9..ed67eb39 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -76,7 +76,7 @@ jobs: type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} - name: Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: Dockerfile_website