mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 23:57:35 +08:00
.
This commit is contained in:
parent
afc9f6a848
commit
113918ea68
4
.github/workflows/build-publish.yml
vendored
4
.github/workflows/build-publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- name: Login to Github Packages
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Publish image
|
||||
run: |
|
||||
docker push "${{ env.REGISTRY }}/${{ github.repository }}/flight:latest}}"
|
||||
docker push "$ghcr.io/${{ github.repository }}/flight:latest}}"
|
||||
# docker push meysamh66/booking-microservices/flight:latest
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user