diff --git a/hooks/build b/hooks/build index 860b1a6..edce5e5 100644 --- a/hooks/build +++ b/hooks/build @@ -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 diff --git a/hooks/post_push b/hooks/post_push deleted file mode 100644 index 07bf807..0000000 --- a/hooks/post_push +++ /dev/null @@ -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 diff --git a/hooks/push b/hooks/push new file mode 100644 index 0000000..a9bf588 --- /dev/null +++ b/hooks/push @@ -0,0 +1 @@ +#!/bin/bash