Skip to content

Commit

Permalink
Update n1-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paychex-ssmithrand authored Apr 11, 2024
1 parent 2ef553b commit e663adc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/n1-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: build and push docker container
run: |
docker build . -t ${{ env.ACR_HOST }}/librechat:n1.${{ github.sha }}
docker push ${{ env.ACR_HOST }}/librechat:n1.${{ github.sha }}
docker build . -t ${{ env.ACR_HOST }}/paychex/librechat:n1.${{ github.sha }}
docker push ${{ env.ACR_HOST }}/paychex/librechat:n1.${{ github.sha }}
docker build . -t ${{ env.ACR_HOST }}/librechat:n1.latest
docker push ${{ env.ACR_HOST }}/librechat:n1.latest
docker build . -t ${{ env.ACR_HOST }}/paychex/librechat:n1.latest
docker push ${{ env.ACR_HOST }}/paychex/librechat:n1.latest

0 comments on commit e663adc

Please sign in to comment.