Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimzer authored Mar 20, 2023
1 parent 1348282 commit 00e87bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
- name: Build and push Docker image (Single User)
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
Expand All @@ -33,7 +33,7 @@ jobs:
${{ secrets.DOCKER_USERNAME }}/ai-chat-app:single-user-latest
${{ secrets.DOCKER_USERNAME }}/ai-chat-app:single-user-1.0.${{ github.run_number }}
- name: Build and push Docker image
- name: Build and push Docker image (Multi User)
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
Expand Down

0 comments on commit 00e87bf

Please sign in to comment.