We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e3f9e commit a16f233Copy full SHA for a16f233
.github/workflows/build.yml
@@ -24,5 +24,6 @@ jobs:
24
PULL_REQUEST_ID=${{ github.event.number }}
25
export COMMIT="$(git log -1 --pretty=format:'%h')"
26
export VERSION="$(date -d @$(git log -n1 --format=%at) +'v%-y.%-m.%-d')-${COMMIT}${PULL_REQUEST_ID:+-PR-$PULL_REQUEST_ID}"
27
- docker build -t ghcr.io/golang-cz/static-analysis:$VERSION .
+ docker build -t ghcr.io/golang-cz/static-analysis:$VERSION -t ghcr.io/golang-cz/static-analysis:latest .
28
docker push ghcr.io/golang-cz/static-analysis:$VERSION
29
+ docker push ghcr.io/golang-cz/static-analysis:latest
0 commit comments