Compare commits

...

2 commits

Author SHA1 Message Date
1faf8a4720 Update docker/login-action action to v3 2025-02-15 16:00:31 +00:00
9eab81c1de Update nginx:1.27.4-alpine Docker digest to e4efffc
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-02-15 16:00:24 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -13,12 +13,12 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}

View file

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