Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Aug 19, 2021
1 parent d1f2c54 commit ef5ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scripts/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ docker buildx use mybuilder
IMAGE_NAME=caprover/nginx-reverse-proxy
IMAGE_VERSION=1-$GIT_COMMIT_HASH

docker buildx build --platform linux/amd64,linux/arm64,linux/arm -t $IMAGE_NAME:$IMAGE_VERSION -t $IMAGE_NAME:latest -f dockerfile-captain.release --push .
docker buildx build --platform linux/amd64,linux/arm64,linux/arm -t $IMAGE_NAME:$IMAGE_VERSION -t $IMAGE_NAME:latest -f Dockerfile --push .

0 comments on commit ef5ffcb

Please sign in to comment.