Skip to content

Commit a01c023

Browse files
Bump cytopia/docker-tag-action from 0.4.18 to 0.4.20
Bumps [cytopia/docker-tag-action](https://github.com/cytopia/docker-tag-action) from 0.4.18 to 0.4.20. - [Release notes](https://github.com/cytopia/docker-tag-action/releases) - [Commits](cytopia/docker-tag-action@v0.4.18...v0.4.20) --- updated-dependencies: - dependency-name: cytopia/docker-tag-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e865ca8 commit a01c023

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "[SETUP] Determine Docker tag"
7777
id: tag
78-
uses: cytopia/[email protected].18
78+
uses: cytopia/[email protected].20
7979

8080
- name: "[SETUP] Set artifact names"
8181
id: set-artifact-name

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "[SETUP] Determine Docker tag"
7777
id: tag
78-
uses: cytopia/[email protected].18
78+
uses: cytopia/[email protected].20
7979

8080
- name: "[SETUP] Determine manifest arches"
8181
id: manifest

.github/workflows/docker-name-version-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: "[SETUP] Determine Docker tag"
148148
id: tag
149-
uses: cytopia/[email protected].18
149+
uses: cytopia/[email protected].20
150150

151151
# ------------------------------------------------------------
152152
# Build
@@ -214,7 +214,7 @@ jobs:
214214

215215
- name: "[SETUP] Determine Docker tag"
216216
id: tag
217-
uses: cytopia/[email protected].18
217+
uses: cytopia/[email protected].20
218218

219219
- name: "[SETUP] Determine manifest arches"
220220
id: manifest

0 commit comments

Comments
 (0)