We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a9a87 commit dc092e8Copy full SHA for dc092e8
.github/workflows/publish-ghcr.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/checkout@v3
11
- name: Build and push the image
12
run: |
13
- docker login --username librecode --password ${{ secrets.GH_PAT }} ghcr.io
+ docker login --username henmohr --password ${{ secrets.GH_PAT }} ghcr.io
14
docker build . --tag ghcr.io/librecodecoop/nextcloud-images:30
15
docker push ghcr.io/librecodecoop/nextcloud-images:30
0 commit comments