Compare commits

..

2 commits

Author SHA1 Message Date
b3e692715c Update docker/build-push-action action to v6 2024-09-07 15:00:25 +00:00
b314384219 Update nginx:1.27.1-alpine Docker digest to a5127da
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 12s
2024-09-07 15:00:18 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.1-alpine@sha256:cc67561ba7e821f9fa7b5cb4a235014a685c01af3e9acf87182a1891ec507e46
FROM nginx:1.27.1-alpine@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
COPY nginx.conf /etc/nginx/nginx.conf