Skip to content

Commit

Permalink
#8082: build docker image using script
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 6, 2024
1 parent 4698b9d commit af0656b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# file: ./dockerfile/ubuntu-20.04-amd64.Dockerfile
# push: true
# tags: ghcr.io/${{ github.repository }}/${{ env.TT_METAL_DOCKER_IMAGE }}:${{ steps.prep.outputs.tag }}

- name: Build Docker image
run: |
./scripts/docker/build_docker_image.sh ${{ env.TT_METAL_DOCKER_IMAGE }}:${{ env.TT_METAL_DOCKER_IMAGE_TAG }}
- name: Push Docker image to GitHub Container Registry
run: |
docker tag ${{ env.TT_METAL_DOCKER_IMAGE }}:${{ env.TT_METAL_DOCKER_IMAGE_TAG }} ghcr.io/${{ github.repository }}/${{ env.TT_METAL_DOCKER_IMAGE }}:${{ steps.prep.outputs.tag }}
Expand Down

0 comments on commit af0656b

Please sign in to comment.