Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson committed Jan 30, 2024
1 parent 510303f commit 3cecd68
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/buildReleaseContainers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cecd68

Please sign in to comment.