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

Commit

Permalink
fix: 補上 github workflows env
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Feb 8, 2022
1 parent 4c1d4fb commit f02fe7a
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 @@ -41,6 +41,9 @@ jobs:
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
env:
DOCKER_VERSION: ${{ secrets.DOCKER_VERSION }}
DOCKER_DRIVER: ${{ secrets.DOCKER_DRIVER }}
with:
push: true
context: .
Expand Down

0 comments on commit f02fe7a

Please sign in to comment.