mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Merge pull request #65 from netbootxyz/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
This commit is contained in:
commit
2696aa1024
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
|
||||
- name: Build and push image
|
||||
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user