save
This commit is contained in:
parent
dfb96e2a73
commit
2abe4818ed
1 changed files with 8 additions and 8 deletions
16
.github/workflows/k8s_traefik_init_setup.yml
vendored
16
.github/workflows/k8s_traefik_init_setup.yml
vendored
|
|
@ -42,15 +42,15 @@ 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: int128/kaniko-action@v1
|
uses: docker://gcr.io/kaniko-project/executor:latest
|
||||||
|
env:
|
||||||
|
DOCKER_CONFIG: /kaniko/.docker/
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
args: >
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
--context ${GITHUB_WORKSPACE}/traefik
|
||||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
--dockerfile ${GITHUB_WORKSPACE}/traefik/Dockerfile
|
||||||
image: kimjunte/edge_router
|
--destination=docker.io/kimjunte/edge_router:${{ github.sha }}
|
||||||
tag: ${{ github.sha }},latest
|
--destination=docker.io/kimjunte/edge_router:latest
|
||||||
path: traefik
|
|
||||||
dockerfile: traefik/Dockerfile
|
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Apply Storage Classes + PVCs
|
# Apply Storage Classes + PVCs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue