Skip to content

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.6+incompatible #180

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.6+incompatible

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.6+incompatible #180

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
if: github.repository == 'testcontainers/moby-ryuk'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 # v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}