Compare commits

...

2 commits

Author SHA1 Message Date
430d48c35d Update docker/login-action action to v3 2025-02-15 01:00:29 +00:00
822254e364 Update nginx:1.27.4-alpine Docker digest to f323e24
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-02-15 01:00:22 +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:d2f9c9b28f804dab6728ff9af4067dcb16b3ab6b2b08642b66105a3768578910
FROM nginx:1.27.4-alpine@sha256:f323e24ef17785d878890aa63d1b2a70d9ba416a7a64b184cf241409135a9ac9
COPY nginx.conf /etc/nginx/nginx.conf