Skip to content

Commit

Permalink
Merge pull request #274 from buanet/dependabot/github_actions/main/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-3.1.1

Bump docker/build-push-action from 3.1.0 to 3.1.1
  • Loading branch information
buanet authored Sep 19, 2022
2 parents 90a778a + 4d9bd86 commit d287a79
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-beta-node18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build Docker image (node18-amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand All @@ -75,7 +75,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-node18-amd64
- name: Build Docker image (node18-arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand All @@ -86,7 +86,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-node18-arm32v7
- name: Build Docker image (node18-arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build Docker image (amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -75,7 +75,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-amd64
- name: Build Docker image (arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -86,7 +86,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-arm32v7
- name: Build Docker image (arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-dev-node18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build Docker image (node18-amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand All @@ -70,7 +70,7 @@ jobs:
ghcr.io/buanet/iobroker:dev-node18-amd64
- name: Build Docker image (node18-arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand All @@ -81,7 +81,7 @@ jobs:
ghcr.io/buanet/iobroker:dev-node18-arm32v7
- name: Build Docker image (node18-arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node18/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build Docker image (amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -70,7 +70,7 @@ jobs:
ghcr.io/buanet/iobroker:dev-amd64
- name: Build Docker image (arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -81,7 +81,7 @@ jobs:
ghcr.io/buanet/iobroker:dev-arm32v7
- name: Build Docker image (arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-latest-iob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS_IOB }}

- name: Build Docker image (amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node14/Dockerfile
Expand All @@ -71,7 +71,7 @@ jobs:
iobroker/iobroker:${{ env.version }}-amd64,
- name: Build Docker image (arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node14/Dockerfile
Expand All @@ -81,7 +81,7 @@ jobs:
iobroker/iobroker:${{ env.version }}-arm32v7,
- name: Build Docker image (arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node14/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}

- name: Build Docker image (amd64)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -79,7 +79,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-amd64
- name: Build Docker image (arm32v7)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand All @@ -90,7 +90,7 @@ jobs:
ghcr.io/buanet/iobroker:${{ env.version }}-arm32v7
- name: Build Docker image (arm64v8)
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: ./debian
file: ./debian/node16/Dockerfile
Expand Down

0 comments on commit d287a79

Please sign in to comment.