Skip to content

Commit 2616539

Browse files
author
root
committed
fix: Update docker-tag-action
1 parent 872dd87 commit 2616539

5 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/docker-multistage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: "[SETUP] Determine Docker tag"
107107
id: tag
108-
uses: cytopia/docker-tag-action@v0.4.22
108+
uses: oneinstack/docker-tag-action@master
109109

110110
# https://github.com/alpinelinux/docker-alpine/issues/98
111111
- name: "[SETUP] Fix Docker IP forwarding"

.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/docker-tag-action@v0.4.22
78+
uses: oneinstack/docker-tag-action@master
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
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: "[SETUP] Determine Docker tag"
7979
id: tag
80-
uses: cytopia/docker-tag-action@v0.4.22
80+
uses: oneinstack/docker-tag-action@master
8181

8282
- name: "[SETUP] Determine manifest arches"
8383
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/docker-tag-action@v0.4.22
149+
uses: oneinstack/docker-tag-action@master
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/docker-tag-action@v0.4.22
232+
uses: oneinstack/docker-tag-action@master
233233

234234
- name: "[SETUP] Determine manifest arches"
235235
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/docker-tag-action@v0.4.22
149+
uses: oneinstack/docker-tag-action@master
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/docker-tag-action@v0.4.22
232+
uses: oneinstack/docker-tag-action@master
233233

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

0 commit comments

Comments
 (0)