Skip to content

Commit

Permalink
Read from the docker image cache only
Browse files Browse the repository at this point in the history
the rabbitmq-server repo will keep it up to date
  • Loading branch information
HoloRin committed Apr 22, 2024
1 parent e097250 commit cf1782d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
context: packaging/docker-image
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
cache-to: type=registry,ref=ghcr.io/rabbitmq/rabbitmq:buildcache-${{ env.PLATFORM_PAIR }},mode=max
cache-from: type=registry,ref=ghcr.io/rabbitmq/rabbitmq:buildcache-${{ env.PLATFORM_PAIR }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
Expand Down

0 comments on commit cf1782d

Please sign in to comment.