Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot 7645bc5022 Update docker/build-push-action action to v5 2024-04-24 04:00:18 +00:00
Renovate Bot 3173ef4cad Update nginx Docker tag to v1.26.0
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 27s
2024-04-24 03:00:24 +00:00
Renovate Bot 66c9fae248 Update nginx:1.25.5-alpine Docker digest to 1cf1cae
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Has been cancelled
2024-04-24 03:00:17 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: |

View file

@ -1,3 +1,3 @@
FROM nginx:1.25.5-alpine@sha256:7bd88800d8c18d4f73feeee25e04fcdbeecfc5e0a2b7254a90f4816bb67beadd
FROM nginx:1.26.0-alpine@sha256:db3124c3cbe1c19be1ef7652053f164507b183158d32d3b678f51230f821d840
COPY nginx.conf /etc/nginx/nginx.conf