build(deps): bump golang.org/x/net from 0.0.0-20191112182307-2180aed22343 to 0.17.0 in /plans/dockercustomize #87
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 |