Skip to content

Commit

Permalink
Fix typo in build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Jun 22, 2021
1 parent 3235153 commit 4f0a554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo ${DOCKERHUB_PKG} | docker login -u ${DOCKERHUB_USER} --password-stdin
docker buildx build --push \
-f Dockerfile \
--platform linux/amd64,linux/arm64
--platform linux/amd64,linux/arm64 \
--build-arg BACKREST_VERSION=${TAG} \
--build-arg REPO_BUILD_TAG=${REPO_TAG} \
--build-arg BACKREST_COMPLETION_VERSION=${COMPL_TAG} \
Expand All @@ -77,7 +77,7 @@ jobs:
echo ${DOCKERHUB_PKG} | docker login -u ${DOCKERHUB_USER} --password-stdin
docker buildx build --push \
-f Dockerfile \
--platform linux/amd64,linux/arm64
--platform linux/amd64,linux/arm64 \
--build-arg BACKREST_VERSION=${TAG} \
--build-arg REPO_BUILD_TAG=${REPO_TAG} \
--build-arg BACKREST_COMPLETION_VERSION=${COMPL_TAG} \
Expand Down

0 comments on commit 4f0a554

Please sign in to comment.