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 05be3ba commit 060aa25Copy full SHA for 060aa25
.github/workflows/publish-ghcr.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Log in to GitHub Container Registry
17
- run: echo ${{ secrets.GH_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
+ run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
18
19
- name: Build Docker image
20
run: docker build -t ghcr.io/librecodecoop/nextcloud-images:30 .
0 commit comments