Browse Source
build(deps): bump docker/build-push-action from 5 to 6 (#1134)
pull/1135/head
Philip H
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
4 additions and
4 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-nightly.yml
-
.github/workflows/deploy-pr.yml
-
.github/workflows/deploy.yml
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
with: |
|
|
|
push: true |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
|
|
@ -32,7 +32,7 @@ jobs: |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
with: |
|
|
|
push: true |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Build Docker Image |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
with: |
|
|
|
push: false |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
with: |
|
|
|
push: true |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|