Skip to content

Commit 24ec791

Browse files
authored
Fix docker image tag formatting in workflow (#663)
Signed-off-by: Dushyant Behl <dushyantbehl@users.noreply.github.com>
1 parent 9dc3b29 commit 24ec791

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: ./.github/actions/free-up-disk-space
1313
- name: Build NVCR dev Image
1414
run: |
15-
docker build -t ${{ vars.QUAY_REPOSITORY }}/fms-hf-tuning:main-nvcr-latest . -f build/nvcr.Dockerfile
15+
docker build -t ${{ vars.QUAY_REPOSITORY }}fms-hf-tuning:main-nvcr-latest . -f build/nvcr.Dockerfile
1616
- name: Login to Quay.io
1717
uses: docker/login-action@v3
1818
with:
@@ -21,4 +21,4 @@ jobs:
2121
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
2222
- name: Push docker image for every commit to Quay.io as dev images
2323
run: |
24-
docker push ${{ vars.QUAY_REPOSITORY }}/fms-hf-tuning:main-nvcr-latest
24+
docker push ${{ vars.QUAY_REPOSITORY }}fms-hf-tuning:main-nvcr-latest

0 commit comments

Comments
 (0)