From fd893c2eedb20c7b2f27288e1666bb028899464e Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Mon, 11 Nov 2024 13:52:58 -0500 Subject: [PATCH] #12496: Add the block to publish the image to github registry. --- .github/workflows/publish-release-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release-image.yaml b/.github/workflows/publish-release-image.yaml index 64a9aad63f3..b2a1fa7d001 100644 --- a/.github/workflows/publish-release-image.yaml +++ b/.github/workflows/publish-release-image.yaml @@ -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 }}