Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): update noelware/docker-manifest-action action to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2023
1 parent 7e9ff33 commit df5680f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
echo "images=$(echo "$PLATFORMS" | sed -r 's#([a-z]+)\/([a-z0-9]+)#${{ env.REGISTRY }}\/${{ matrix.target.imageName }}:latest-\2#g')" >> $GITHUB_OUTPUT
- name: Create and push manifest images (latest)
uses: Noelware/docker-manifest-action@v0.2.3
uses: Noelware/docker-manifest-action@v0.3.0
# プラットフォームがひとつの場合はマージ処理を行わない
if: ${{ needs.calc-version.outputs.need-merge == 'true' }}
with:
Expand All @@ -268,7 +268,7 @@ jobs:
push: true

- name: Create and push manifest images (version)
uses: Noelware/docker-manifest-action@v0.2.3
uses: Noelware/docker-manifest-action@v0.3.0
# プラットフォームがひとつの場合はマージ処理を行わない
if: ${{ needs.calc-version.outputs.need-merge == 'true' }}
with:
Expand Down

0 comments on commit df5680f

Please sign in to comment.