Back to working order

This commit is contained in:
Jim Martens 2023-08-03 19:36:49 +02:00
parent 1b760e3ca9
commit b6b87c5e2a
3 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker buildx create --name multiarch --use
docker buildx build --load --platform linux/arm64,linux/amd64 . -t 2martens/qodana-jvm-community-drone-plugin:2023.2 -t 2martens/qodana-jvm-community-drone-plugin:latest
docker buildx build --push --platform linux/arm64,linux/amd64 . -t 2martens/qodana-jvm-community-drone-plugin:2023.2 -t 2martens/qodana-jvm-community-drone-plugin:latest

View File

@ -1,3 +0,0 @@
#!/bin/bash
docker push 2martens/qodana-jvm-community-drone-plugin:2023.2
docker push 2martens/qodana-jvm-community-drone-plugin:latest

1
hooks/push Normal file
View File

@ -0,0 +1 @@
#!/bin/bash