Skip to content

Commit

Permalink
Merge pull request #109 from alphagov/dj-maisy/manifest_annotations
Browse files Browse the repository at this point in the history
Disable Annotations for now
  • Loading branch information
dj-maisy authored Aug 6, 2024
2 parents f747f42 + ac59870 commit 7e97acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ jobs:
run: |
# shellcheck disable=SC2046
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(jq -cr '.labels | to_entries | map("--annotation '" + (.key + "=" + .value) + "'") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY_BASE }}/govuk-ruby-builder@sha256:%s ' *)
- name: Inspect Images
Expand Down

0 comments on commit 7e97acf

Please sign in to comment.