Skip to content

Commit

Permalink
[update] DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeme committed May 21, 2021
1 parent 4e8917e commit 5d9e572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image_bhp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
publish: true
imageName: lkeme/bilihelper-personal
dockerFile: docker/Dockerfile_unicom
platform: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7
dockerFile: docker/Dockerfile
platform: linux/amd64,linux/arm64,linux/arm/v7
tag: latest
dockerUser: ${{ secrets.DOCKER_USERNAME }}
dockerPassword: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 5d9e572

Please sign in to comment.