Skip to content

Commit

Permalink
Update docker/bake action (#182)
Browse files Browse the repository at this point in the history
The collect-artifacts job in the actions/download-artifact step is failing if we don't disable the bake action's artifact uploading. It may due to the use of non-standard characters in the file name; for example `jpy-consortium~jpy~CN2MCZ+7.dockerbuild`, which seems to cause an error "Unable to download artifact(s): Unable to download and extract artifact: Artifact download failed after 5 retries"
  • Loading branch information
devinrsmith authored Jan 7, 2025
1 parent b9cba59 commit b835b19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ jobs:
- run: mkdir /tmp/dist

- name: Bake
uses: docker/[email protected]
uses: docker/[email protected]
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
files: .github/docker/docker-bake.hcl
pull: true
Expand Down

0 comments on commit b835b19

Please sign in to comment.