Skip to content

Commit

Permalink
#12496: Add the block to publish the image to github registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Nov 11, 2024
1 parent 1d59eec commit fd893c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ jobs:
tags: ghcr.io/${{ github.repository }}/tt-metalium/${{ matrix.os }}-amd64/${{ matrix.arch }}:${{ inputs.version }}
context: .
file: dockerfile/release.Dockerfile
- name: Push Docker image to GitHub Container Registry
run: |
docker push ghcr.io/${{ github.repository }}/tt-metalium/${{ matrix.os }}-amd64/${{ matrix.arch }}:${{ inputs.version }}

0 comments on commit fd893c2

Please sign in to comment.