mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-03 18:41: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'
|
||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
uses: docker/build-push-action@v6.16.0
|
||||
with:
|
||||
push: false
|
||||
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'
|
||||
run: docker pull "${{ steps.flags.outputs.from }}"
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
uses: docker/build-push-action@v6.16.0
|
||||
with:
|
||||
load: true
|
||||
# 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
|
||||
fi
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
uses: docker/build-push-action@v6.16.0
|
||||
with:
|
||||
push: false
|
||||
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 }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v6.15.0
|
||||
uses: docker/build-push-action@v6.16.0
|
||||
with:
|
||||
load: true
|
||||
# yamllint disable rule:line-length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue