We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a9345 commit 8c48559Copy full SHA for 8c48559
.github/workflows/build.yml
@@ -30,4 +30,4 @@ jobs:
30
with:
31
push: true
32
context: .
33
- tags: erasme/erasme/spip-ccn:${{ github.ref == 'refs/heads/main' && 'latest' || 'dev' }} , erasme/spip-ccn:${{ github.sha }}
+ tags: erasme/spip-ccn:${{ github.ref == 'refs/heads/main' && 'latest' || 'dev' }} , erasme/spip-ccn:${{ github.sha }}
0 commit comments