Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed Dec 7, 2023
1 parent 4485b40 commit 7892ef6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Set version tags
run: |
echo "Ref name is ${{ github.ref_name }}"
echo "TAG_PREFIX is ${{ env.TAG_PREFIX }}"
REF_NAME=${{ github.ref_name }}
TAG_PREFIX=${{ env.TAG_PREFIX }}
Expand Down Expand Up @@ -58,8 +59,8 @@ jobs:
uses: docker/build-push-action@v5
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REGISTRY_ALIAS: w0y0d8g6
REPOSITORY: truefoundrycloud/llm-finetune
REGISTRY_ALIAS: truefoundrycloud
REPOSITORY: llm-finetune
IMAGE_TAG_1: ${{ env.GITHUB_SHA }}
IMAGE_TAG_2: ${{ env.VERSION_TAG }}
IMAGE_TAG_3: ${{ env.ALT_VERSION_TAG }}
Expand Down

0 comments on commit 7892ef6

Please sign in to comment.