Compare commits

..

2 commits

Author SHA1 Message Date
be59ec6f61 Update docker/login-action action to v3 2024-11-13 01:00:25 +00:00
13bfb17d52 Update nginx:1.27.2-alpine Docker digest to aa3b108
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 39s
2024-11-13 01:00:18 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.2-alpine@sha256:110fd73d932a737a359d26c233085ff648dc09e1a99bb65d9032d5fd0c2dce11
FROM nginx:1.27.2-alpine@sha256:aa3b1083fc4aecd40d730dc978d1d0498cf17b77dd5be76cddcb8b10f74a1578
COPY nginx.conf /etc/nginx/nginx.conf