mirror of
https://github.com/docker/getting-started-app.git
synced 2024-12-22 15:20:51 -05:00
fix and edit tags
This commit is contained in:
parent
d2d286e07b
commit
f4708d4e00
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@ -31,5 +31,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:latest
|
ghcr.io/ahmed-elarosi/getting-started:latest
|
||||||
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:${{ github.sha }}
|
ghcr.io/ahmed-elarosi/getting-started:${{ github.sha }}
|
||||||
|
|
||||||
|
# ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:latest
|
||||||
|
# ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user