mirror of
https://github.com/BioArchLinux/docker.git
synced 2025-03-09 22:53:31 +00:00
try to fix
This commit is contained in:
parent
4621bb88be
commit
ae04d8af82
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
docker build -t bioarchlinux:$(date "+%Y%m%d") .
|
||||
docker tag bioarchlinux:$(date "+%Y%m%d") bioarchlinux/bioarchlinux:$(date "+%Y%m%d")
|
||||
docker tag bioarchlinux:$(date "+%Y%m%d") bioarchlinux/bioarchlinux:latest
|
||||
docker push bioarchlinux/bioarchlinux:$(date "+%Y%m%d") -a
|
||||
docker push bioarchlinux/bioarchlinux -a
|
||||
|
||||
docker rmi --force $(docker images -q)
|
||||
|
|
Loading…
Add table
Reference in a new issue