From d90d7227ac2df7142b1c336c9348131daf5c5fbf Mon Sep 17 00:00:00 2001 From: dotneft Date: Wed, 25 Aug 2021 02:34:09 +0300 Subject: [PATCH] Added Azure registry build action --- .github/workflows/.#CI.yml | 1 - .github/workflows/Azure.yml | 25 +++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 120000 .github/workflows/.#CI.yml diff --git a/.github/workflows/.#CI.yml b/.github/workflows/.#CI.yml deleted file mode 120000 index 16bdc89ec..000000000 --- a/.github/workflows/.#CI.yml +++ /dev/null @@ -1 +0,0 @@ -dotneft@Alexeys-MacBook-Pro.local.10921 \ No newline at end of file diff --git a/.github/workflows/Azure.yml b/.github/workflows/Azure.yml index 95b3a35e2..9aee9357e 100644 --- a/.github/workflows/Azure.yml +++ b/.github/workflows/Azure.yml @@ -29,17 +29,17 @@ jobs: matrix: build: - agent - - agent2 - - java-gateway - - proxy-mysql - - proxy-sqlite3 - - server-mysql - - server-pgsql - - snmptraps - - web-apache-mysql - - web-apache-pgsql - - web-nginx-mysql - - web-nginx-pgsql +# - agent2 +# - java-gateway +# - proxy-mysql +## - proxy-sqlite3 +# - server-mysql +# - server-pgsql +# - snmptraps +# - web-apache-mysql +# - web-apache-pgsql +# - web-nginx-mysql +# - web-nginx-pgsql os: - alpine # - ubuntu @@ -59,7 +59,8 @@ jobs: shell: bash run: echo "##[set-output name=release_version;]$(echo ${GITHUB_REF#refs/tags/})" - - name: ACR build (all) + - name: ACR build (push) + if: github.event_name == 'push' id: acr_push uses: ams0/acr-task-github-action@v2 with: