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 d519f9d commit 8370f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/activate-docker-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: "Update image tag"
run: |
set +e
docker image tag ${{ env.SOURCE_IMAGE_TAG }} ${{ env.DESTINATION_IMAGE_TAG }}
doxker buildx imagetools create ${{ env.SOURCE_IMAGE_TAG }} --tag ${{ env.DESTINATION_IMAGE_TAG }}
#docker image tag ${{ env.SOURCE_IMAGE_TAG }} ${{ env.DESTINATION_IMAGE_TAG }}
docker buildx imagetools create ${{ 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 8370f8c

Please sign in to comment.