mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-08 14:02:41 +01:00
Merge pull request #54 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-6.5.0
Bump docker/bake-action from 6.3.0 to 6.5.0
This commit is contained in:
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
@@ -57,12 +57,12 @@ jobs:
|
|||||||
wait-interval: 20
|
wait-interval: 20
|
||||||
-
|
-
|
||||||
name: Build and push WordPress Web image
|
name: Build and push WordPress Web image
|
||||||
uses: docker/bake-action@v6.3.0
|
uses: docker/bake-action@v6.5.0
|
||||||
with:
|
with:
|
||||||
files: build/docker-bake.hcl
|
files: build/docker-bake.hcl
|
||||||
push: true
|
push: true
|
||||||
- name: Build and push WordPress Cron image
|
- name: Build and push WordPress Cron image
|
||||||
uses: docker/bake-action@v6.3.0
|
uses: docker/bake-action@v6.5.0
|
||||||
with:
|
with:
|
||||||
files: build/docker-bake-cron.hcl
|
files: build/docker-bake-cron.hcl
|
||||||
push: true
|
push: true
|
||||||
Reference in New Issue
Block a user