We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1578e1 commit fd6af92Copy full SHA for fd6af92
.github/workflows/docker.yml
@@ -56,7 +56,7 @@ jobs:
56
labels: ${{ steps.meta.outputs.labels }}
57
platforms: linux/amd64
58
cache-from: |
59
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
+ type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main
60
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
61
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }}
62
cache-to: type=inline
0 commit comments