Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhtq authored Jul 21, 2024
1 parent f82574a commit 7709d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/Ngozi34/May-backend:latest
ghcr.io/Ngozi34/May-backend:${{ steps.vars.outputs.sha_short }}
ghcr.io/tinhtq/May-backend:latest
ghcr.io/tinhtq/May-backend:${{ steps.vars.outputs.sha_short }}
- name: Build and push frontend
uses: docker/build-push-action@v5
Expand All @@ -73,8 +73,8 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/Ngozi34/May-frontend:latest
ghcr.io/Ngozi34/May-frontend:${{ steps.vars.outputs.sha_short }}
ghcr.io/tinhtq/May-frontend:latest
ghcr.io/tinhtq/May-frontend:${{ steps.vars.outputs.sha_short }}
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7709d24

Please sign in to comment.