Compare commits

..

1 Commits

Author SHA1 Message Date
6b6074f8fb Merge 0402f9e6d0 into e45e7bd5f5 2025-01-16 04:27:30 +01: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
- name: Build and push Website
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.12.0
with:
context: ./Website
file: ./Dockerfile

View File

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

View File

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