mirror of
https://github.com/docker/getting-started-app.git
synced 2024-11-16 23:51:16 -05:00
FIX: fixed typo in docker image
This commit is contained in:
parent
f3d9f7def5
commit
8e45b38b59
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -28,5 +28,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{github.repository_owner}}/getting-started-app: v1
|
ghcr.io/${{github.repository_owner}}/getting-started-app:latest
|
||||||
ghcr.io/${{github.repository_owner}}/getting-started-app:${{github.sha}}
|
ghcr.io/${{github.repository_owner}}/getting-started-app:${{github.sha}}
|
Loading…
Reference in New Issue
Block a user