4 Commits

Author SHA1 Message Date
a06876919a Merge pull request #57 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-6.8.0
Bump docker/bake-action from 6.5.0 to 6.8.0
2025-08-11 11:55:42 +02:00
6b04af76de Merge pull request #58 from N0rthernL1ghts/dependabot/github_actions/lewagon/wait-on-check-action-1.4.0
Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0
2025-08-11 11:43:18 +02:00
dependabot[bot]
9f4e8932b1 Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-27 22:54:55 +00:00
dependabot[bot]
ef51ddfea9 Bump docker/bake-action from 6.5.0 to 6.8.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.5.0 to 6.8.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.5.0...v6.8.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 22:43:59 +00:00

View File

@@ -49,7 +49,7 @@ jobs:
password: ${{secrets.PAT_TOKEN}}
-
name: Await successful tests
uses: lewagon/wait-on-check-action@v1.3.4
uses: lewagon/wait-on-check-action@v1.4.0
with:
ref: ${{ github.sha }}
check-name: tests
@@ -57,12 +57,12 @@ jobs:
wait-interval: 20
-
name: Build and push WordPress Web image
uses: docker/bake-action@v6.5.0
uses: docker/bake-action@v6.8.0
with:
files: build/docker-bake.hcl
push: true
- name: Build and push WordPress Cron image
uses: docker/bake-action@v6.5.0
uses: docker/bake-action@v6.8.0
with:
files: build/docker-bake-cron.hcl
push: true