Skip to content

Commit a4cde39

Browse files
committed
Правильная публикация сервера
1 parent eaab0c3 commit a4cde39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
context: .
6363
push: true
6464
tags: |
65-
ghcr.io/signaling:${{ needs.check-tags.outputs.tag }}
66-
ghcr.io/signaling:latest
65+
ghcr.io/${{ github.actor }}/signaling:${{ needs.check-tags.outputs.tag }}
66+
ghcr.io/${{ github.actor }}/signaling:latest
6767
6868
create-release:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)