Skip to content

Commit

Permalink
Merge pull request #459 from jikan-me/fix/container_publish_action_ca…
Browse files Browse the repository at this point in the history
…ching1

Changed cache scope for container image build
  • Loading branch information
pushrbx committed Dec 18, 2023
2 parents 3eb1f34 + 2900445 commit b8e8ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
# let's use github action cache storage
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=buildkit_${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=buildkit_${{ matrix.platform }}
# todo: We are building a multi arch image, and because of the OCI standard the labels defined above should go in the annotations too.
# todo: Add "annotations" when the new version hits of this action: https://github.com/docker/build-push-action/pull/992
# todo: that way all the fields in packages will be populated, so each version will have proper revision, name, description.
Expand Down

0 comments on commit b8e8ba9

Please sign in to comment.