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 03cf1fd commit eefd393Copy full SHA for eefd393
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v6
19
- name: Process metadata (tags, labels)
20
id: meta
21
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
22
with:
23
images: |
24
${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments