We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c4b3d + 9126f61 commit a7c8eefCopy full SHA for a7c8eef
1 file changed
.github/workflows/publish.yml
@@ -15,5 +15,6 @@ jobs:
15
username: ${{ github.actor }}
16
password: ${{ secrets.GITHUB_TOKEN }}
17
registry: docker.pkg.github.com
18
- repository: https://github.com/diffix/explorer/explorer-api
19
-
+ repository: diffix/explorer-api
+ tag_with_ref: true
20
+
0 commit comments