This commit is contained in:
Jun-te Kim 2025-12-06 21:51:30 +00:00
parent dfb96e2a73
commit 2abe4818ed

View file

@ -42,15 +42,15 @@ jobs:
# Build & Push Image with Kaniko (ARC-compatible)
# -----------------------------------------------------
- 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:
registry: docker.io
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
image: kimjunte/edge_router
tag: ${{ github.sha }},latest
path: traefik
dockerfile: traefik/Dockerfile
args: >
--context ${GITHUB_WORKSPACE}/traefik
--dockerfile ${GITHUB_WORKSPACE}/traefik/Dockerfile
--destination=docker.io/kimjunte/edge_router:${{ github.sha }}
--destination=docker.io/kimjunte/edge_router:latest
# -----------------------------------------------------
# Apply Storage Classes + PVCs