We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3f6b2 + 98ee4f0 commit bd775dfCopy full SHA for bd775df
1 file changed
.github/workflows/docker-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- linux/arm64/v8
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Convert image name to lowercase
26
run: |
@@ -103,7 +103,7 @@ jobs:
103
uses: docker/setup-buildx-action@v3
104
105
106
107
108
- name: Docker meta
109
id: meta
0 commit comments