diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 87c91b9bb..69ff13a47 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -264,7 +264,7 @@ jobs: username: ${{ secrets.RENKU_DOCKER_USERNAME }} password: ${{ secrets.RENKU_DOCKER_PASSWORD }} - name: Build and push ${{ matrix.service }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ${{ matrix.dockerfile }}