Skip to content

change entrypoint to os signal #39

change entrypoint to os signal

change entrypoint to os signal #39

Workflow file for this run

name: Test Workflow
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up and check environment variables
run: |
echo "IMAGE_OWNER: ${{ vars.IMAGE_OWNER }}"
echo "Test Image: ${{ vars.IMAGE_OWNER }}/image_owner"