Skip to content

Commit

Permalink
Push semver to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 20, 2020
1 parent 8d90770 commit 9299a2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9299a2d

Please sign in to comment.