Compare commits
2 commits
5eb5c14690
...
6feb82f5c3
Author | SHA1 | Date | |
---|---|---|---|
6feb82f5c3 | |||
8881734d31 |
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.25.5-alpine@sha256:7d3316d01e3f3b1f609d50d3855de6164caa7a6b71581e12c87ee8f515b52739
|
||||
FROM nginx:1.25.5-alpine@sha256:e74048d477bf013f0be7eca3235d644495da40f116dd1d45604c2886272cdec4
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
|
Loading…
Reference in a new issue