Skip to content

Commit 930ad8a

Browse files
committed
Bump docker-tag-action
1 parent 63b1bed commit 930ad8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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].20
78+
uses: cytopia/[email protected].22
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].20
78+
uses: cytopia/[email protected].22
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].20
149+
uses: cytopia/[email protected].22
150150

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

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

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

.github/workflows/docker-name-version-flavour-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].20
149+
uses: cytopia/[email protected].22
150150

151151
# https://github.com/alpinelinux/docker-alpine/issues/98
152152
- name: "[SETUP] Fix Docker IP forwarding"
@@ -229,7 +229,7 @@ jobs:
229229

230230
- name: "[SETUP] Determine Docker tag"
231231
id: tag
232-
uses: cytopia/[email protected].20
232+
uses: cytopia/[email protected].22
233233

234234
- name: "[SETUP] Determine manifest arches"
235235
id: manifest

0 commit comments

Comments
 (0)