Push semver to GHCR

This commit is contained in:
stefanprodan
2020-09-20 15:10:57 +03:00
parent 8d90770909
commit 9299a2d1f3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -50,7 +50,6 @@ jobs:
docker.io/stefanprodan/podinfo:${{ steps.prep.outputs.VERSION }}
docker.io/stefanprodan/podinfo:latest
ghcr.io/stefanprodan/podinfo:${{ steps.prep.outputs.VERSION }}
ghcr.io/stefanprodan/podinfo:latest
labels: |
org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }}
+1 -1
View File
@@ -104,5 +104,5 @@ kubectl apply -k github.com/stefanprodan/podinfo//kustomize
Docker:
```bash
docker run -dp 9898:9898 ghcr.io/stefanprodan/podinfo
docker run -dp 9898:9898 stefanprodan/podinfo
```