Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb11d88

Browse files
committed
.github: Fix manifest step
1 parent21e44f9 commitfb11d88

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

‎.github/workflows/release.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,23 @@ jobs:
9090
registry:ghcr.io
9191
username:${{ github.actor }}
9292
password:${{ secrets.GITHUB_TOKEN }}
93+
-name:Pull images
94+
run:|
95+
docker pull ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-amd64
96+
docker tag ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-amd64 ghcr.io/python/${{ inputs.package }}:amd64
97+
98+
docker pull ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-arm64
99+
docker tag ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-arm64 ghcr.io/python/${{ inputs.package }}:arm64
100+
93101
-name:Set manifest
94102
run:|
95103
docker manifest create ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }} \
96-
ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-amd64 \
97-
ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-arm64
104+
ghcr.io/python/${{ inputs.package }}:amd64 \
105+
ghcr.io/python/${{ inputs.package }}:arm64
98106
99107
docker manifest create ghcr.io/python/${{ inputs.package }}:latest \
100-
ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-amd64 \
101-
ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}-arm64
108+
ghcr.io/python/${{ inputs.package }}:amd64 \
109+
ghcr.io/python/${{ inputs.package }}:arm64
102110
103111
docker manifest push ghcr.io/python/${{ inputs.package }}:latest
104112
docker manifest push ghcr.io/python/${{ inputs.package }}:${{ needs.generate-version.outputs.builddate }}.${{ github.run_id }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp