Skip to content

Commit

Permalink
Merge pull request #45 from devilbox/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/docker-tag-action-0.4.20

Bump cytopia/docker-tag-action from 0.4.18 to 0.4.20
  • Loading branch information
cytopia authored Oct 24, 2022
2 parents e865ca8 + a01c023 commit e148953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.18
uses: cytopia/docker-tag-action@v0.4.20

- 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 @@ -75,7 +75,7 @@ jobs:

- name: "[SETUP] Determine Docker tag"
id: tag
uses: cytopia/docker-tag-action@v0.4.18
uses: cytopia/docker-tag-action@v0.4.20

- 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.18
uses: cytopia/docker-tag-action@v0.4.20

# ------------------------------------------------------------
# Build
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

- name: "[SETUP] Determine Docker tag"
id: tag
uses: cytopia/docker-tag-action@v0.4.18
uses: cytopia/docker-tag-action@v0.4.20

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

0 comments on commit e148953

Please sign in to comment.