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 5c22bd9 commit 62c4211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
push: true
context: .
platforms: linux/amd64
build-args: |
DOCKER_VERSION=${{ DOCKER_VERSION }}
DOCKER_DRIVER=${{ DOCKER_DRIVER }}
tags: |
${{ env.DOCKERHUB_OWNER }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ env.GITHUB_OWNER }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 62c4211

Please sign in to comment.