You've already forked dcmerge
Compare commits
2 Commits
686aaaaac6
...
4f70d42718
| Author | SHA1 | Date | |
|---|---|---|---|
|
4f70d42718
|
|||
|
f5afac735d
|
@@ -11,12 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: sigstore/cosign-installer@v4.0.0
|
|
||||||
with:
|
|
||||||
cosign-release: "v3.0.4" # renovate: datasource=github-tags depName=sigstore/cosign
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: ${{ github.server_url }}
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v3.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user