We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a1ecb commit df44e09Copy full SHA for df44e09
.github/workflows/build-dev-image.yml
@@ -34,4 +34,6 @@ jobs:
34
ACCIO_VERSION=$(./mvnw --quiet help:evaluate -Dexpression=project.version -DforceStdout)
35
LATEST_COMMIT=$(git log -1 --pretty=%h)
36
docker tag accio:${ACCIO_VERSION}-amd64 ghcr.io/canner/accio:dev-${LATEST_COMMIT}
37
+ docker tag accio:${ACCIO_VERSION}-amd64 ghcr.io/canner/accio:latest
38
docker push ghcr.io/canner/accio:dev-${LATEST_COMMIT}
39
+ docker push ghcr.io/canner/accio:latest
0 commit comments