Skip to content

Commit

Permalink
GitHub: Test if 'load: true' fixes the 'docker.io/library/devshell:la…
Browse files Browse the repository at this point in the history
…test' problem
  • Loading branch information
vorburger committed Oct 19, 2024
1 parent 41e6180 commit 38d42c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ jobs:
uses: docker/build-push-action@v6.9.0
with:
context: .
pull: false
file: Dockerfile-fedora
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# https://docs.docker.com/reference/cli/docker/buildx/build/#load
load: true

# Sign the resulting Docker image digest (see https://github.com/sigstore/cosign)
- name: Sign the published Docker image
Expand Down

0 comments on commit 38d42c2

Please sign in to comment.