You've already forked helm-docker
chore(deps): update docker/login-action action to v3.7.0
This commit was merged in pull request #146.
This commit is contained in:
@@ -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.6.0
|
- uses: docker/login-action@v3.7.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.6.0
|
- uses: docker/login-action@v3.7.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.6.0
|
- uses: docker/login-action@v3.7.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