build(deps): bump github.com/docker/docker #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testground Publish (edge) | |
on: | |
push: | |
branches: | |
- "**" | |
tags: | |
- "v[0-9]+.[0-9]+.[0-9]+" | |
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" | |
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" | |
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" | |
pull_request: | |
jobs: | |
docker-testground: | |
permissions: | |
contents: write | |
packages: write | |
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@main # yamllint disable-line rule:line-length | |
with: | |
dockerfile: Dockerfile.testground | |
packageName: testground | |
docker-sidecar: | |
permissions: | |
contents: write | |
packages: write | |
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@main # yamllint disable-line rule:line-length | |
with: | |
dockerfile: Dockerfile.sidecar | |
packageName: sidecar |