diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 5a57da0..be6989d 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -145,7 +145,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Build and export to Docker local cache - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: # Note build-args, context, file, and target must all match between this # step and the later build-push-action, otherwise the second build-push-action @@ -180,7 +180,7 @@ jobs: - name: Push cached image to container registry if: github.ref_type == 'tag' || github.ref_name == 'integration' - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 # This does not build the image again, it will find the image in the # Docker cache and publish it with: