Skip to content

Commit

Permalink
Bump version for security rebuild.
Browse files Browse the repository at this point in the history
Also prevent zero byte artifacts on ECR.
  • Loading branch information
nhumble-sa committed Jul 26, 2023
1 parent 2f738a8 commit 8cdc8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

VERSION=1.2.2
VERSION="1.2.4"

docker buildx build --platform linux/amd64,linux/arm64/v8 --push -t 064061306967.dkr.ecr.us-west-2.amazonaws.com/acceptto/local-reverse-geocoder:$VERSION .
docker buildx build --sbom=false --provenance=false --platform linux/amd64,linux/arm64/v8 --push -t 064061306967.dkr.ecr.us-west-2.amazonaws.com/acceptto/local-reverse-geocoder:$VERSION .

0 comments on commit 8cdc8cf

Please sign in to comment.