Skip to content

test

test #3

Workflow file for this run

name: Build release Docker Images

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 10, Col: 17): Unexpected value '', (Line: 12, Col: 5): Unexpected value 'id-token'
on:
push:
branches:
- 'fraz/test-ymax-planner-build'
jobs:
docker-ymax:
permissions:
# allow issuing OIDC tokens for this workflow run
id-token: write
runs-on: 'depot-ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: depot/setup-action@v1
with:
oidc: true # to set DEPOT_TOKEN for later steps
- run: depot configure-docker
- name: Log in to the Container registry
uses: docker/login-action@v3
# see https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- name: Build and Push ymax-planner
uses: depot/build-push-action@v1
id: build
with:
file: services/ymax-planner/Dockerfile
context: ./
platforms: ${{ env.DOCKER_PLATFORMS }}
push: true
tags: |
${{ env.REGISTRY }}/agoric/agoric-sdk-test:ymax-planner-test