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 1825ded commit 8d59d99Copy full SHA for 8d59d99
justfile
@@ -1,11 +1,11 @@
1
2
IMAGE_NAME:="ghcr.io/rustunit/github-runner"
3
-IMAGE_TAG:="0.2.0"
+IMAGE_TAG:="0.3.0"
4
5
build:
6
docker build -t {{IMAGE_NAME}}:latest .
7
docker build -t {{IMAGE_NAME}}:{{IMAGE_TAG}} .
8
9
push:
10
docker push {{IMAGE_NAME}}
11
- docker push {{IMAGE_NAME}}:{{IMAGE_TAG}}
+ docker push {{IMAGE_NAME}}:{{IMAGE_TAG}}
0 commit comments