Compare commits

..

3 Commits

Author SHA1 Message Date
6b6074f8fb
Merge 0402f9e6d003601b0f6976b8638c390d38cb8e69 into e45e7bd5f59e4c3ae8930835f8bc6ec34b9c83bf 2025-01-16 04:27:30 +01:00
e45e7bd5f5
Merge pull request #147 from C9Glax/dependabot/github_actions/docker/build-push-action-6.12.0
Bump docker/build-push-action from 6.11.0 to 6.12.0
2025-01-15 17:44:02 +01:00
dependabot[bot]
ccab3a8027
Bump docker/build-push-action from 6.11.0 to 6.12.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-15 15:39:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
# https://github.com/docker/build-push-action#multi-platform-image # https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website - name: Build and push Website
uses: docker/build-push-action@v6.11.0 uses: docker/build-push-action@v6.12.0
with: with:
context: ./Website context: ./Website
file: ./Dockerfile file: ./Dockerfile

View File

@ -33,7 +33,7 @@ jobs:
# https://github.com/docker/build-push-action#multi-platform-image # https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website - name: Build and push Website
uses: docker/build-push-action@v6.11.0 uses: docker/build-push-action@v6.12.0
with: with:
context: ./Website context: ./Website
file: ./Dockerfile file: ./Dockerfile

View File

@ -33,7 +33,7 @@ jobs:
# https://github.com/docker/build-push-action#multi-platform-image # https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website - name: Build and push Website
uses: docker/build-push-action@v6.11.0 uses: docker/build-push-action@v6.12.0
with: with:
context: ./Website context: ./Website
file: ./Dockerfile file: ./Dockerfile