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 6db6b6b commit ad7ab5eCopy full SHA for ad7ab5e
Makefile
@@ -8,8 +8,8 @@ release:
8
@git commit -am "New release!"
9
@git push
10
@docker login -u javanile
11
- @docker build -t "javanile/crontab:latest" .
12
- @docker push "javanile/crontab:latest"
+ @docker build -t "javanile/backup:latest" .
+ @docker push "javanile/backup:latest"
13
14
## ====
15
## Test
0 commit comments