Compare commits
2 commits
1faf8a4720
...
a1c191f708
Author | SHA1 | Date | |
---|---|---|---|
a1c191f708 | |||
da00f59fbd |
2 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM nginx:1.27.4-alpine@sha256:e4efffc3236305ae53fb54e5cd76c9ccac0cebf7a23d436a8f91bce6402c2665
|
||||
FROM nginx:1.27.4-alpine@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue