Skip to content

Commit

Permalink
ci: Debugging build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Aug 4, 2024
1 parent 1aaafd0 commit 4ed08a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Extract container metadata
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down Expand Up @@ -130,6 +130,7 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
ls -la
docker buildx imagetools create \
$(echo $DOCKER_METADATA_OUTPUT_JSON | jq -cr '.tags | map("-t " + .) | join(" ")') \
$(echo $DOCKER_METADATA_OUTPUT_JSON | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
Expand Down

0 comments on commit 4ed08a3

Please sign in to comment.