From 4251eb6b9ce21e648dd4086c99a9d5fdb5d3f812 Mon Sep 17 00:00:00 2001 From: Johannes Ziemke Date: Wed, 9 Aug 2023 15:42:59 +0200 Subject: [PATCH] Remove build-and-push-agents-images --- .github/workflows/images.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 7e1a4746..1e415718 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -70,19 +70,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: ${{ matrix.build_args }} - - build-and-push-agents-images: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - needs: [build-and-push-arena-images] - runs-on: ubuntu-latest - steps: - - name: Build and Push Agents Images - run: | - curl -L \ - -X POST \ - -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.DIAMBRA_AGENTS_GHCR_TOKEN_ALEXPALMS }}" \ - -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/diambra/agents/actions/workflows/default.yaml/dispatches \ - -d '{"ref":"main","inputs":{}}' + build-args: ${{ matrix.build_args }} \ No newline at end of file