Skip to content

Commit b0a9a87

Browse files
committed
Fix repo name
Signed-off-by: henmohr <henriquemohr@redes.ufsm.br>
1 parent fd5cbd8 commit b0a9a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- name: Build and push the image
1212
run: |
1313
docker login --username librecode --password ${{ secrets.GH_PAT }} ghcr.io
14-
docker build . --tag ghcr.io/librecode/imagens-nextcloud:30
15-
docker push ghcr.io/librecode/imagens-nextcloud:30
14+
docker build . --tag ghcr.io/librecodecoop/nextcloud-images:30
15+
docker push ghcr.io/librecodecoop/nextcloud-images:30

0 commit comments

Comments
 (0)