update
This commit is contained in:
parent
9e6aa069ae
commit
bb6a5c251e
8
.github/workflows/sync-images.yaml
vendored
8
.github/workflows/sync-images.yaml
vendored
@ -202,6 +202,14 @@ jobs:
|
||||
sudo timedatectl set-timezone "$TZ"
|
||||
echo "$REPO_PASSWORD" | docker login --username=admin --password-stdin artifact.onwalk.net
|
||||
|
||||
- name: Sync images
|
||||
shell: bash
|
||||
run: |
|
||||
docker pull gcr.io/kaniko-project/executor:debug
|
||||
docker tag gcr.io/kaniko-project/executor:debug artifact.onwalk.net/k8s/kaniko-executor:debug
|
||||
docker push artifact.onwalk.net/k8s/kaniko-executor:debug
|
||||
|
||||
- name: Sync images
|
||||
- name: Sync terraform images
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user