Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
antfie committed Jul 28, 2023
1 parent ef10c18 commit aadb8a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ export VERSION="2.11"

echo "${ESCAPE}[0;36mReleasing v${VERSION}...${ESCAPE}[0m" && \

docker pull alpine
docker pull alpine && \

docker build -t antfie/scan_health:$VERSION . && \
docker build -t antfie/scan_health . && \
docker push antfie/scan_health:$VERSION && \
docker push antfie/scan_health && \

docker scout cves antfie/scan_health && \

echo "${ESCAPE}[0;32mRelease Success${ESCAPE}[0m"

0 comments on commit aadb8a8

Please sign in to comment.