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 eaab0c3 commit a4cde39Copy full SHA for a4cde39
1 file changed
.github/workflows/container.yml
@@ -62,8 +62,8 @@ jobs:
62
context: .
63
push: true
64
tags: |
65
- ghcr.io/signaling:${{ needs.check-tags.outputs.tag }}
66
- ghcr.io/signaling:latest
+ ghcr.io/${{ github.actor }}/signaling:${{ needs.check-tags.outputs.tag }}
+ ghcr.io/${{ github.actor }}/signaling:latest
67
68
create-release:
69
runs-on: ubuntu-latest
0 commit comments