This commit is contained in:
Martin Dimitrov 2024-12-12 19:10:25 -08:00
parent d241106a5c
commit 862a778ca7

View File

@ -20,6 +20,9 @@ jobs:
docker: docker:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Echo test
run: echo "${{ inputs.image_name }}"
- name: Checkout Code to Build - name: Checkout Code to Build
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: