Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Aug 7, 2023
1 parent bc2cb69 commit b8f5508
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,14 @@ on:
pull_request: {}

jobs:
tags-evaluator:
uses: diambra/gh-actions/.github/workflows/generate-tags.yaml@add-generate-tags
with:
images: |
ghcr.io/diambra/agent-evaluator
build-and-push-evaluator:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: diambra-bot # We need to pull the assets repo
password: ${{ secrets.DIAMBRA_BOT_TOKEN }}

- name: Setup buildx
uses: docker/setup-buildx-action@v1

- id: tags-evaluator
uses: diambra/gh-actions/.github/workflows/generate-tags.yaml@add-generate-tags
with:
images: |
ghcr.io/diambra/agent-evaluator
- id: debug
run: echo ${{ steps.tags-evaluator.outputs.tags }}

0 comments on commit b8f5508

Please sign in to comment.