Skip to content

Commit

Permalink
fix: Update docker-tag-action
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 9, 2023
1 parent 872dd87 commit 2616539
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: "[SETUP] Determine Docker tag"
id: tag
uses: cytopia/docker-tag-action@v0.4.22
uses: oneinstack/docker-tag-action@master

# https://github.com/alpinelinux/docker-alpine/issues/98
- name: "[SETUP] Fix Docker IP forwarding"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

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

- name: "[SETUP] Set artifact names"
id: set-artifact-name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-push-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

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

- name: "[SETUP] Determine manifest arches"
id: manifest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-name-version-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

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

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

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

- name: "[SETUP] Determine manifest arches"
id: manifest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

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

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

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

- name: "[SETUP] Determine manifest arches"
id: manifest
Expand Down

0 comments on commit 2616539

Please sign in to comment.