Skip to content

Commit 58ca019

Browse files
committed
Правильная сборка
1 parent a4cde39 commit 58ca019

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/${{ github.actor }}/signaling:${{ needs.check-tags.outputs.tag }}
66-
ghcr.io/${{ github.actor }}/signaling:latest
65+
ghcr.io/${{ github.repository }}:${{ needs.check-tags.outputs.tag }}
66+
ghcr.io/${{ github.repository }}:latest
6767
6868
create-release:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)