diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index cbc3e28..ca79ae5 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -179,7 +179,7 @@ jobs: - name: Push cached image to container registry if: github.ref_type == 'tag' # || github.ref_name == 'main' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 # This does not build the image again, it will find the image in the # Docker cache and publish it with: