mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-09 12:12:21 +01:00
Compare commits
4 Commits
237b666542
...
020fa3f8fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
020fa3f8fe | ||
|
|
ce7b7612ae | ||
|
|
7135dd43a6 | ||
|
|
96c360ff4d |
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@ -51,10 +51,12 @@ jobs:
|
||||
# We use a GitHub token with write permissions to create the release,
|
||||
# otherwise we won't be able to trigger a new run when pushing on main.
|
||||
- name: Run release-please
|
||||
env:
|
||||
REPO_URL: ${{ github.repository }}
|
||||
run: |
|
||||
npx release-please release-pr \
|
||||
--token="${{ secrets.REPO_PAT }}" \
|
||||
--repo-url="${{ github.repository }}"
|
||||
--repo-url="${REPO_URL}"
|
||||
npx release-please github-release \
|
||||
--token="${{ secrets.REPO_PAT }}" \
|
||||
--repo-url="${{ github.repository }}"
|
||||
--repo-url="${REPO_URL}"
|
||||
|
||||
@ -183,8 +183,8 @@ tasks:
|
||||
- generate-certs
|
||||
- start-build-network
|
||||
env:
|
||||
# TODO: renovate
|
||||
REGISTRY_VERSION: 2
|
||||
# renovate: datasource=docker depName=registry versioning=semver
|
||||
REGISTRY_VERSION: 3
|
||||
cmds:
|
||||
- >
|
||||
docker run -d --name {{ .REGISTRY_NAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user