Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
fix: 調整 build args 寫法
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Feb 8, 2022
1 parent c9215c8 commit f605155
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
push: true
context: .
platforms: linux/amd64
build-args: |
DOCKER_DRIVER=${{ env.DOCKER_DRIVER }}
ALPINE_VERSION=${{ env.ALPINE_VERSION }}
GLIBC_VERSION=${{ env.GLIBC_VERSION }}
HELM_VERSION=${{ env.HELM_VERSION }}
KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
tags: |
${{ env.DOCKERHUB_OWNER }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ env.GITHUB_OWNER }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit f605155

Please sign in to comment.