Compare commits
2 commits
7608862ef8
...
bb53bc34dc
Author | SHA1 | Date | |
---|---|---|---|
bb53bc34dc | |||
822254e364 |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM nginx:1.27.4-alpine@sha256:d2f9c9b28f804dab6728ff9af4067dcb16b3ab6b2b08642b66105a3768578910
|
FROM nginx:1.27.4-alpine@sha256:f323e24ef17785d878890aa63d1b2a70d9ba416a7a64b184cf241409135a9ac9
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue