mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 19:41:52 +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
|
- name: Login to Github Packages
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish image
|
- name: Publish image
|
||||||
run: |
|
run: |
|
||||||
docker push "${{ env.REGISTRY }}/${{ github.repository }}/flight:latest}}"
|
docker push "$ghcr.io/${{ github.repository }}/flight:latest}}"
|
||||||
# docker push meysamh66/booking-microservices/flight:latest
|
# docker push meysamh66/booking-microservices/flight:latest
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user