Compare commits

..

2 commits

Author SHA1 Message Date
d1b653a32d Update docker/build-push-action action to v6 2025-02-15 16:00:30 +00:00
9eab81c1de Update nginx:1.27.4-alpine Docker digest to e4efffc
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-02-15 16:00:24 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.4-alpine@sha256:d677ea1df5c126bbb027034542ae3c4f23f3e61c23b7bc4e090520fa0592520a
FROM nginx:1.27.4-alpine@sha256:e4efffc3236305ae53fb54e5cd76c9ccac0cebf7a23d436a8f91bce6402c2665
COPY nginx.conf /etc/nginx/nginx.conf