Skip to content

now thsi

now thsi #4

Workflow file for this run

name: build-and-push
on:
push:
branches:
- "main"
tags:
- "v*.*.*"
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
needs: tags-evaluator
steps:
- id: debug
run: echo ${{ needs.tags-evaluator.outputs.tags }}