Skip to content

Commit

Permalink
Update n2a-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paychex-ssmithrand authored Jun 12, 2024
1 parent 6a53317 commit 4494da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/n2a-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
docker build . -t ${{ env.ACR_HOST }}/paychex/librechat:n2a.${{ github.sha }}
docker push ${{ env.ACR_HOST }}/paychex/librechat:n2a.${{ github.sha }}
docker build --no-ignore . -t ${{ env.ACR_HOST }}/paychex/librechat:n2a.latest
docker build . -t ${{ env.ACR_HOST }}/paychex/librechat:n2a.latest
docker push ${{ env.ACR_HOST }}/paychex/librechat:n2a.latest

0 comments on commit 4494da8

Please sign in to comment.