Skip to content

Commit

Permalink
#8082: remove pushing to docker registry - not used for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 10, 2024
1 parent f7527b4 commit dbeaab0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
- name: Build Docker image
run: |
./scripts/docker/build_docker_image.sh ${{ env.TT_METAL_DOCKER_IMAGE_TAG }}
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: https://ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Tag Docker image
run: |
docker tag ${{ env.TT_METAL_DOCKER_IMAGE_TAG }} ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/${{ env.TT_METAL_DOCKER_IMAGE_TAG }}
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/${{ env.TT_METAL_DOCKER_IMAGE_TAG }}
- name: Save Docker image
run: |
docker save ${{ env.TT_METAL_DOCKER_IMAGE_TAG }} | gzip > /tmp/docker_image.tar.gz
Expand Down

0 comments on commit dbeaab0

Please sign in to comment.