mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: fix tagging of multiple images in Docker
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -416,9 +416,8 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Tag image
|
||||
run: |
|
||||
source=${{ needs.build-docker.outputs.package }}
|
||||
for tag in ${{ steps.meta.outputs.tags }}; do
|
||||
docker buildx imagetools create ${source} --tag ${tag}
|
||||
echo "${{ steps.meta.outputs.tags }}" | while IFS= read tag; do
|
||||
docker buildx imagetools create ${{ needs.build-docker.outputs.package }} --tag ${tag}
|
||||
done
|
||||
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user