mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
Migrate to Github Container Registry
This commit is contained in:
parent
77682c3142
commit
173394f80a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: push
|
||||
run: |
|
||||
echo "${{ github.token }}" | docker login https://docker.pkg.github.com -u ${GITHUB_ACTOR} --password-stdin
|
||||
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
||||
make push-image
|
||||
env:
|
||||
RELEASE_VERSION: master
|
||||
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
|
||||
- name: push-tag
|
||||
run: |
|
||||
echo "${{ github.token }}" | docker login https://docker.pkg.github.com -u ${GITHUB_ACTOR} --password-stdin
|
||||
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
||||
make push-image
|
||||
|
||||
- name: push-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue