mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-07 04:21:27 +00:00
⬆️ Update docker/build-push-action action to v6.16.0 (#211)
This commit is contained in:
parent
dffd62dcb8
commit
fdc1162446
4 changed files with 4 additions and 4 deletions
2
.github/workflows/addon-ci.yaml
vendored
2
.github/workflows/addon-ci.yaml
vendored
|
@ -166,7 +166,7 @@ jobs:
|
||||||
if: steps.flags.outputs.from != 'null'
|
if: steps.flags.outputs.from != 'null'
|
||||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||||
- name: 🚀 Build
|
- name: 🚀 Build
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
context: ${{ needs.information.outputs.target }}
|
context: ${{ needs.information.outputs.target }}
|
||||||
|
|
2
.github/workflows/addon-deploy.yaml
vendored
2
.github/workflows/addon-deploy.yaml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
||||||
if: steps.flags.outputs.from != 'null'
|
if: steps.flags.outputs.from != 'null'
|
||||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||||
- name: 🚀 Build
|
- name: 🚀 Build
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
with:
|
with:
|
||||||
load: true
|
load: true
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
|
|
2
.github/workflows/base-ci.yaml
vendored
2
.github/workflows/base-ci.yaml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: 🚀 Build
|
- name: 🚀 Build
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
context: ${{ needs.information.outputs.target }}
|
context: ${{ needs.information.outputs.target }}
|
||||||
|
|
2
.github/workflows/base-deploy.yaml
vendored
2
.github/workflows/base-deploy.yaml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: 🚀 Build
|
- name: 🚀 Build
|
||||||
uses: docker/build-push-action@v6.15.0
|
uses: docker/build-push-action@v6.16.0
|
||||||
with:
|
with:
|
||||||
load: true
|
load: true
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue