Skip to content

Commit

Permalink
cross tag before push
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 17, 2024
1 parent fedd5b2 commit 881beac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerimage-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
run: docker buildx create --driver-opt env.BUILDKIT_STEP_LOG_MAX_SIZE=-1,env.BUILDKIT_STEP_LOG_MAX_SPEED=-1,default-load=true --use
- name: Build the Docker images
run: make "OWNER=$OWNER_LC" VERSION=edge
- name: Cross tag
run: docker tag "$OWNER_LC/holy-build-box:edge" "ghcr.io/$OWNER_LC/holy-build-box:edge"
- name: Push the Docker images
run: docker push "ghcr.io/$OWNER_LC/holy-build-box:edge"

Expand Down

0 comments on commit 881beac

Please sign in to comment.