Rename image tag in CI to new name
This commit is contained in:
parent
feb39ec8ef
commit
65f67e8a61
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ pipeline:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- apk add git
|
||||
- docker buildx build -t git.boerlage.me/daan/osrs-playercount-exporter:latest .
|
||||
- docker push git.boerlage.me/daan/osrs-playercount-exporter:latest
|
||||
- docker buildx build -t git.boerlage.me/daan/osrs-prometheus-exporter:latest .
|
||||
- docker push git.boerlage.me/daan/osrs-prometheus-exporter:latest
|
Loading…
Reference in a new issue