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 d5fe7da commit a714333Copy full SHA for a714333
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
username: ${{ github.actor }}
43
password: ${{ github.token }}
44
45
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
46
47
- name: Extract metadata (tags, labels) for Docker
48
id: meta
.github/workflows/update-tags.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
skopeo login -u ${{ github.actor }} -p ${{ github.token }} ghcr.io
with:
token: "${{ github.token }}"
0 commit comments