Skip to content

ci: debug images action #3

ci: debug images action

ci: debug images action #3

Workflow file for this run

name: build and publish container images
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build images
run: |
cd images
make cache
make 21.0.2-amzn