We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906042e + c84f21f commit dbeed19Copy full SHA for dbeed19
1 file changed
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
id: meta
29
uses: docker/metadata-action@v3
30
with:
31
- images: ${{ secrets.DOCKERHUB_USERNAME }}/wikidocumentaries-api
+ images: ${{ secrets.DOCKERHUB_USERNAME || 'local' }}/wikidocumentaries-api
32
flavor: |
33
latest=${{ github.ref == 'refs/heads/master' }}
34
-
0 commit comments