Rename image tag in CI to new name

This commit is contained in:
Daan Boerlage 2023-04-06 02:38:10 +02:00
parent feb39ec8ef
commit 65f67e8a61
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -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