save
This commit is contained in:
parent
d697dd21e9
commit
dfb96e2a73
1 changed files with 1 additions and 1 deletions
2
.github/workflows/k8s_traefik_init_setup.yml
vendored
2
.github/workflows/k8s_traefik_init_setup.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
# Build & Push Image with Kaniko (ARC-compatible)
|
# Build & Push Image with Kaniko (ARC-compatible)
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
- name: Build and Push Traefik Image (Kaniko)
|
- name: Build and Push Traefik Image (Kaniko)
|
||||||
uses: aevea/action-kaniko@v1
|
uses: int128/kaniko-action@v1
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue