Skip to content

Commit

Permalink
ci: make sure to cache from both platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Dec 18, 2024
1 parent e997d22 commit 55dffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
{
echo 'cache_from<<EOF'
echo "type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ inputs.image }}:amd64"
echo "type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ inputs.image }}:amd64"
echo "type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ inputs.image }}:arm64"
} >> "$GITHUB_OUTPUT"
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 55dffe2

Please sign in to comment.