Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update repository
  • Loading branch information
lovellfelix committed Oct 21, 2020
1 parent a67e38d commit d7b554d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag raspbernetes/custom-error-pages:${{ github.sha }} \
--tag lovellfelix/custom-error-pages:${{ github.sha }} \
-f Dockerfile \
--push \
.
Expand All @@ -35,8 +35,8 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag raspbernetes/custom-error-pages:latest \
--tag raspbernetes/custom-error-pages:v1.0.0 \
--tag lovellfelix/custom-error-pages:latest \
--tag lovellfelix/custom-error-pages:v1.0.0 \
-f Dockerfile \
--push \
.

0 comments on commit d7b554d

Please sign in to comment.