Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,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@v4
# This does not build the image again, it will find the image in the
# Docker cache and publish it
with:
Expand Down