Compare commits

...

2 commits

Author SHA1 Message Date
7608862ef8 Update docker/build-push-action action to v6 2025-02-14 22:00:30 +00:00
f154f47d13 Update nginx:1.27.4-alpine Docker digest to d2f9c9b
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-02-14 22:00:24 +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:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
FROM nginx:1.27.4-alpine@sha256:d2f9c9b28f804dab6728ff9af4067dcb16b3ab6b2b08642b66105a3768578910
COPY nginx.conf /etc/nginx/nginx.conf