You've already forked helm-docker
Compare commits
1 Commits
master
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
321d88dde3
|
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
|
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
|
||||||
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
|
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
Reference in New Issue
Block a user