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 28a63bd commit fdd7317Copy full SHA for fdd7317
.github/workflows/docker.yaml
@@ -71,7 +71,7 @@ jobs:
71
push: true
72
tags: |
73
${{ steps.meta.outputs.tags }}
74
- ${{ matrix.image }}:latest
+ ${{ matrix.image }}:${{ github.ref == 'refs/heads/main' && 'latest' || github.sha }}
75
labels: ${{ steps.meta.outputs.labels }}
76
cache-from: type=local,src=/tmp/.buildx-cache
77
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
0 commit comments