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 84d7bd2 commit 227fc55Copy full SHA for 227fc55
.github/workflows/auto-tag.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
with:
22
token: ${{ secrets.CR_PAT }}
23
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
id-token: write
24
25
26
27
28
- name: Log in to the Container registry
29
uses: docker/login-action@v3
0 commit comments