Skip to content

Commit 3fffbe9

Browse files
authored
Merge pull request #400 from aminya/renovate/noelware-docker-manifest-action-1.x
chore(deps): update noelware/docker-manifest-action action to v1
2 parents c914551 + 80ffb63 commit 3fffbe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,21 +506,21 @@ jobs:
506506
username: aminya
507507
password: ${{ secrets.DOCKERHUB_TOKEN }}
508508

509-
- uses: Noelware/docker-manifest-action@0.4.3
509+
- uses: Noelware/docker-manifest-action@1.0.0
510510
with:
511511
inputs: aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}-${{ env.version }}
512512
images: aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}-${{ env.version }}-amd64,aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}-${{ env.version }}-arm64
513513
push: true
514514
amend: true
515515

516-
- uses: Noelware/docker-manifest-action@0.4.3
516+
- uses: Noelware/docker-manifest-action@1.0.0
517517
with:
518518
inputs: aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}
519519
images: aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}-${{ env.version }}-amd64,aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:${{ matrix.container.tag }}-${{ env.version }}-arm64
520520
push: true
521521
amend: true
522522

523-
- uses: Noelware/docker-manifest-action@0.4.3
523+
- uses: Noelware/docker-manifest-action@1.0.0
524524
if: ${{ matrix.container.latest }}
525525
with:
526526
inputs: aminya/${{ matrix.container.image }}${{ matrix.container.suffix }}:latest

0 commit comments

Comments
 (0)