Skip to content

Commit

Permalink
Test buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Jan 22, 2025
1 parent 0d35036 commit c7cda10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/activate-docker-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
set +e
#docker image tag ${{ env.SOURCE_IMAGE_TAG }} ${{ env.DESTINATION_IMAGE_TAG }}
docker buildx imagetools create ${{ env.SOURCE_IMAGE_TAG }} --tag ${{ env.DESTINATION_IMAGE_TAG }}
docker buildx imagetools create docker.io/${{ env.SOURCE_IMAGE_TAG }} --tag ${{ env.DESTINATION_IMAGE_TAG }}
if [[ false ]]; then
docker image tag ${{ env.SOURCE_IMAGE_TAG }} latest
fi
Expand Down

0 comments on commit c7cda10

Please sign in to comment.