Skip to content

Commit e148953

Browse files
authored
Merge pull request #45 from devilbox/dependabot/github_actions/cytopia/docker-tag-action-0.4.20
Bump cytopia/docker-tag-action from 0.4.18 to 0.4.20
2 parents e865ca8 + a01c023 commit e148953

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)