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 48bb420 commit 8ba7770Copy full SHA for 8ba7770
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
- name: Process metadata (tags, labels)
21
id: meta
22
uses: docker/metadata-action@v5
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
23
24
- name: Login to the container registry
25
uses: docker/login-action@v3
0 commit comments