Skip to content

Commit

Permalink
Remove check image.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Baird <[email protected]>
  • Loading branch information
joshuabaird committed Jul 24, 2024
1 parent 3316ad1 commit ad92c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-fd-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ jobs:
source_registry: ghcr.io
target_image: "${{ needs.build-arm64-base-image-metadata.outputs.DOCKER_IMG_NAME }}"
target_registry: docker.io
#platforms: "['linux/arm64']"
tags: ${{ needs.build-arm64-base-image-metadata.outputs.release_tags }}
secrets:
source_registry_username: ${{ github.actor }}
Expand All @@ -408,7 +407,6 @@ jobs:
source_registry: ghcr.io
target_image: "${{ needs.prod-image-manifest.outputs.DOCKER_IMG_NAME }}"
target_registry: docker.io
# platforms: "['linux/amd64']" # "['linux/arm64', 'linux/amd64']"
tags: ${{ needs.prod-image-manifest.outputs.release_tags }}
secrets:
source_registry_username: ${{ github.actor }}
Expand Down

0 comments on commit ad92c31

Please sign in to comment.