Compare commits

...

2 commits

Author SHA1 Message Date
66742be560 Update docker/login-action action to v3 2024-06-22 00:00:32 +00:00
e37f47ed49 Update nginx:1.27.0-alpine Docker digest to a45ee5d
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 20s
2024-06-22 00:00:23 +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.0-alpine@sha256:5c0c2272256857e486cf9fe2983db41c0e14c72476f5ebedf474289fd9ca8627
FROM nginx:1.27.0-alpine@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55
COPY nginx.conf /etc/nginx/nginx.conf