mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-07 12:31:27 +00:00
⬆️ Update docker/setup-buildx-action action to v3.4.0 (#165)
This commit is contained in:
parent
5f7624e175
commit
22920502be
4 changed files with 5 additions and 5 deletions
2
.github/workflows/addon-ci.yaml
vendored
2
.github/workflows/addon-ci.yaml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.4.0
|
||||
- name: ℹ️ Compose build flags
|
||||
id: flags
|
||||
run: |
|
||||
|
|
2
.github/workflows/addon-deploy.yaml
vendored
2
.github/workflows/addon-deploy.yaml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.4.0
|
||||
- name: ℹ️ Compose build flags
|
||||
id: flags
|
||||
run: |
|
||||
|
|
2
.github/workflows/base-ci.yaml
vendored
2
.github/workflows/base-ci.yaml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.4.0
|
||||
- name: ℹ️ Compose build flags
|
||||
id: flags
|
||||
run: |
|
||||
|
|
4
.github/workflows/base-deploy.yaml
vendored
4
.github/workflows/base-deploy.yaml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.1.0
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.4.0
|
||||
- name: ℹ️ Compose build flags
|
||||
id: flags
|
||||
run: |
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
|||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v4
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.4.0
|
||||
- name: 🚀 Create manifest
|
||||
shell: bash
|
||||
# yamllint disable rule:line-length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue