From 3cecd688cb243f78c502a85ea55177a44e5732ce Mon Sep 17 00:00:00 2001 From: emmastephenson Date: Tue, 30 Jan 2024 15:22:19 -0800 Subject: [PATCH] debug --- .github/workflows/buildReleaseContainers.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/buildReleaseContainers.yaml b/.github/workflows/buildReleaseContainers.yaml index 4a0742b9b1..4ad572aa08 100644 --- a/.github/workflows/buildReleaseContainers.yaml +++ b/.github/workflows/buildReleaseContainers.yaml @@ -26,15 +26,17 @@ jobs: # contents: "read" # id-token: "write" # packages: "write" - # steps: - # - name: Check Out Changes - # uses: actions/checkout@v3 - # with: - # fetch-depth: 0 - # ref: ${{ inputs.container-tag }} + steps: + - name: Check Out Changes + uses: actions/checkout@v3 + + - name: Print container list + run: | + echo "Containers List: " + echo ${{matrix.container-to-build}} - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v2 + # - name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v2 # - name: Log in to the Container registry # uses: docker/login-action@v2