mirror of
https://github.com/docker/getting-started-app.git
synced 2025-07-04 08:21:08 -04:00
fix and edit tags
This commit is contained in:
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@ -31,5 +31,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:latest
|
||||
ghcr.io/${{ github.repository_owner }}/ahmed-elarosi/getting-started:${{ github.sha }}
|
||||
ghcr.io/ahmed-elarosi/getting-started:latest
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user