Update docker-image.yml
This commit is contained in:
parent
f4b170d44c
commit
dad3c75d10
|
@ -1,5 +1,5 @@
|
|||
# .github/workflows/docker-image.yml
|
||||
name: Docker Image CI
|
||||
name: Docker Image CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -32,4 +32,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:latest
|
||||
ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }}
|
||||
ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }}
|
||||
|
|
Loading…
Reference in New Issue