dependabot[bot]
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with
7 additions and
7 deletions
-
.github/workflows/container_latest.yml
-
.github/workflows/container_release1.yml
-
.github/workflows/container_release2.yml
-
.github/workflows/container_release3.yml
-
.github/workflows/container_release4.yml
-
.github/workflows/container_release5.yml
-
.github/workflows/container_release_unified.yml
|
|
@ -83,7 +83,7 @@ jobs: |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
env: |
|
|
env: |
|
|
DOCKER_BUILDKIT: 1 |
|
|
DOCKER_BUILDKIT: 1 |
|
|
with: |
|
|
with: |
|
|
|
|
|
@ -73,7 +73,7 @@ jobs: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
env: |
|
|
env: |
|
|
DOCKER_BUILDKIT: 1 |
|
|
DOCKER_BUILDKIT: 1 |
|
|
with: |
|
|
with: |
|
|
|
|
|
@ -73,7 +73,7 @@ jobs: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
- name: Build ${{ matrix.platform }} |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
env: |
|
|
env: |
|
|
DOCKER_BUILDKIT: 1 |
|
|
DOCKER_BUILDKIT: 1 |
|
|
with: |
|
|
with: |
|
|
|
|
|
@ -59,7 +59,7 @@ jobs: |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- |
|
|
- |
|
|
name: Build |
|
|
name: Build |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
with: |
|
|
with: |
|
|
context: ./docker |
|
|
context: ./docker |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -59,7 +59,7 @@ jobs: |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- |
|
|
- |
|
|
name: Build |
|
|
name: Build |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
with: |
|
|
with: |
|
|
context: ./docker |
|
|
context: ./docker |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- |
|
|
- |
|
|
name: Build |
|
|
name: Build |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
with: |
|
|
with: |
|
|
context: ./docker |
|
|
context: ./docker |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -120,7 +120,7 @@ jobs: |
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
|
|
|
|
|
|
- name: Build and push ${{ matrix.variant }} |
|
|
- name: Build and push ${{ matrix.variant }} |
|
|
uses: docker/build-push-action@v5 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v6 |
|
|
env: |
|
|
env: |
|
|
DOCKER_BUILDKIT: 1 |
|
|
DOCKER_BUILDKIT: 1 |
|
|
with: |
|
|
with: |
|
|
|