Skip to content

Commit

Permalink
Workaround build-push-action download-artifact incompatibility (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl authored Aug 1, 2024
2 parents 9e70b8b + ab105d6 commit cbc04ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Build and export to Docker local cache
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
# Need load and tags so we can test it below
Expand All @@ -47,6 +49,8 @@ jobs:
- name: Push cached image to container registry
if: github.ref_type == 'tag'
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
# This does not build the image again, it will find the image in the
# Docker cache and publish it
with:
Expand Down

0 comments on commit cbc04ca

Please sign in to comment.