Skip to content

A major rework to add support for more variables and contexts #57

A major rework to add support for more variables and contexts

A major rework to add support for more variables and contexts #57

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
- 'v*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Test runs
id: meta
uses: ./
- name: Action output
run: |
echo "${{ steps.meta.outputs.bake-file }}"
- name: Action env
run: |
env | grep GITHUB_
env | grep RUNNER_
- name: Validate
run: |
docker buildx bake -f "${{ steps.meta.outputs.bake-file }}" --print github-metadata-action