Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Aug 5, 2024
1 parent 2d78b3d commit 04ec2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
file: .github/Dockerfile-simple
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/tt-mlir-ubuntu-20-04:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/tt-mlir-ubuntu-20-04:latest
ghcr.io/${{ github.repository }}/tt-mlir-ubuntu-20-04:${{ github.sha }}
ghcr.io/${{ github.repository }}/tt-mlir-ubuntu-20-04:latest

0 comments on commit 04ec2c9

Please sign in to comment.