Compare commits

...

2 commits

Author SHA1 Message Date
e652fb7ad0 Update docker/login-action action to v3 2024-03-16 12:00:30 +00:00
4ca7fcde55 Update nginx:1.25.4-alpine Docker digest to 0fefd80
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 21s
2024-03-16 12: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.25.4-alpine@sha256:d9a9775bf320ba122af5aaa93d68d0c2f4781f311830c8386b060c37bfeb832b
FROM nginx:1.25.4-alpine@sha256:0fefd803183ec3a8010fa9b2dab6c3a8445642f013a7b5f29e12b8634f67bd22
COPY nginx.conf /etc/nginx/nginx.conf