mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
Merge pull request #649 from 0xJacky/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
This commit is contained in:
commit
939b614521
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -240,7 +240,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
if: github.event_name == 'release'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./dist
|
||||
file: ./dist/Dockerfile
|
||||
|
@ -256,7 +256,7 @@ jobs:
|
|||
cp -rp ./resources ./dist
|
||||
|
||||
- name: Build and push demo
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./dist
|
||||
file: ./dist/demo.Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue