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:
Jacky 2024-10-24 18:13:21 +08:00 committed by GitHub
commit 939b614521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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