Compare commits

...

2 commits

Author SHA1 Message Date
872c68ef1e Update docker/build-push-action action to v6 2024-11-13 04:00:25 +00:00
dc40b7c818 Update nginx:1.27.2-alpine Docker digest to 88cad85
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 13s
2024-11-13 04:00:19 +00:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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