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 fd5cbd8 commit b0a9a87Copy full SHA for b0a9a87
.github/workflows/publish-ghcr.yml
@@ -11,5 +11,5 @@ jobs:
11
- name: Build and push the image
12
run: |
13
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
+ docker build . --tag ghcr.io/librecodecoop/nextcloud-images:30
+ docker push ghcr.io/librecodecoop/nextcloud-images:30
0 commit comments