Skip to content

test

test #1

Workflow file for this run

name: Build release Docker Images
on:
push:
branches:
- 'fraz/test-ymax-planner-build'
jobs:
docker-ymax:
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: 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: false
tags: |
${{ env.REGISTRY }}/agoric/agoric-sdk:ymax-planner-test