Compare commits
2 commits
e3af93cdf2
...
59c5629fc1
Author | SHA1 | Date | |
---|---|---|---|
59c5629fc1 | |||
ba273128b3 |
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.3-alpine@sha256:ba48c86adff12f1849920b6175c328b58b589f68feb082de8677309718945a56
|
||||
FROM nginx:1.25.3-alpine@sha256:a59278fd22a9d411121e190b8cec8aa57b306aa3332459197777583beb728f59
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
|
Loading…
Reference in a new issue