Compare commits

...

2 commits

Author SHA1 Message Date
Renovate Bot afc9ee0ed1 Update docker/login-action action to v3 2024-02-18 07:00:24 +00:00
Renovate Bot b1d6179d8b Update nginx:1.25.4-alpine Docker digest to 6a2f8b2
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 50s
2024-02-18 07:00:16 +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.25.4-alpine@sha256:c84cfc41ddfde5c3590458e34a2837958d757d28441c3678a37c953e7b940a05
FROM nginx:1.25.4-alpine@sha256:6a2f8b28e45c4adea04ec207a251fd4a2df03ddc930f782af51e315ebc76e9a9
COPY nginx.conf /etc/nginx/nginx.conf