Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez authored Jun 27, 2023
1 parent e0b3c88 commit c4b16c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
file: ./chatservice/Dockerfile
push: true
tags: |
fabricioveronez/imersao-chatservice:v1
fabricioveronez/imersao-chatservice:v${{ github.run_number }}
fabricioveronez/imersao-chatservice:latest
- name: Docker build webapp
uses: docker/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
file: ./webapp/Dockerfile
push: true
tags: |
fabricioveronez/imersao-gpt-webapp:v1
fabricioveronez/imersao-gpt-webapp:v${{ github.run_number }}
fabricioveronez/imersao-gpt-webapp:latest
CD:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4b16c0

Please sign in to comment.