Compare commits

...

2 commits

Author SHA1 Message Date
072383210f Update docker/login-action action to v3 2024-05-30 21:00:28 +00:00
ac164da5ee Update nginx:1.27.0-alpine Docker digest to 4be1a20
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 20s
2024-05-30 21:00:20 +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 image: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de - name: Login to cr.sp-codes.de
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: cr.sp-codes.de registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.0-alpine@sha256:080abc8b93ef6987d4a203ea9f72ea2f8090a654c7109b8a91438cf2acc9a821 FROM nginx:1.27.0-alpine@sha256:4be1a20a676d2dd492e704c39675c8b2db139bdc9f5140e1f8ec565b934915ea
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf