mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-10 08:07:20 +02:00
Update docker/build-push-action action to v3
This commit is contained in:
parent
d535b2e966
commit
a39246b38c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
|
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
context: .
|
context: .
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
|
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user