Compare commits

...

2 commits

Author SHA1 Message Date
78297f65c5 Update docker/build-push-action action to v6 2025-02-16 19:00:33 +00:00
da00f59fbd Update nginx:1.27.4-alpine Docker digest to 4ff102c
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-02-16 19:00:27 +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@v6
with:
push: true
tags: |

View file

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