1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 09:45:15 +01:00

fix(deps): update all non-major dependencies (#3653)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-20 18:41:29 +00:00
committed by GitHub
parent 538d16a5b7
commit e332b4225b
4 changed files with 8 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
push: true
context: .

View File

@@ -39,7 +39,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
context: .
push: true