Skip to content

Commit

Permalink
Remove build-and-push-agents-images
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Aug 9, 2023
1 parent 87a469b commit 4251eb6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4251eb6

Please sign in to comment.