diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 4ad5214..85b9db8 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.CR_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v7 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }}