Skip to content

Commit

Permalink
fix: typo in containerd integration (testcontainers#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Nov 4, 2024
1 parent d1b4e5a commit 9204291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# ghaction-setup-docker doesn't work with rootless yet
exclude:
- rootless-docker: true
container-integration: true
containerd-integration: true

name: "Core tests using latest moby/moby"
runs-on: 'ubuntu-latest'
Expand All @@ -23,6 +23,7 @@ jobs:
- name: Set the Docker Install type
run: |
echo "docker_install_type=${{ matrix.rootless-docker == true && 'Rootless' || 'Rootful' }}" >> "$GITHUB_ENV"
echo "containerd_integration=${{ matrix.containerd-integration == true && 'containerd' || '' }}" >> "$GITHUB_ENV"
- name: Setup rootless Docker
if: ${{ matrix.rootless-docker }}
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
{
"tc_project": "testcontainers-go",
"tc_docker_install_type": "${docker_install_type}",
"tc_containerd_integration": "${containerd_integration}",
"tc_github_action_url": "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}/attempts/${GITHUB_RUN_ATTEMPT}",
"tc_github_action_status": "FAILED",
"tc_slack_channel_id": "${{ secrets.SLACK_DOCKER_LATEST_CHANNEL_ID }}"
Expand Down

0 comments on commit 9204291

Please sign in to comment.