diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 4d2fbf897..7afbd159f 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -76,7 +76,7 @@ jobs: run: | echo "TAG_NAME=$(git tag --sort version:refname | tail -n 1)" >> "$GITHUB_ENV" - name: Build and Push Docker Image for frontend - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./ops/infra/Dockerfile.frontend push: true @@ -84,7 +84,7 @@ jobs: ghcr.io/${{ env.LOWCASE_REPO_NAME }}_frontend:${{ env.TAG_NAME }} ghcr.io/${{ env.LOWCASE_REPO_NAME }}_frontend:latest - name: Build and Push Docker Image for backend - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./ops/infra/Dockerfile.backend push: true