Skip to content

Commit dc092e8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- name: Build and push the image
1212
run: |
13-
docker login --username librecode --password ${{ secrets.GH_PAT }} ghcr.io
13+
docker login --username henmohr --password ${{ secrets.GH_PAT }} ghcr.io
1414
docker build . --tag ghcr.io/librecodecoop/nextcloud-images:30
1515
docker push ghcr.io/librecodecoop/nextcloud-images:30

0 commit comments

Comments
 (0)