Compare commits

...

2 commits

Author SHA1 Message Date
16ccef6dbc Update docker/build-push-action action to v5 2024-03-18 06:00:23 +00:00
a9b8929fbd Update nginx:1.25.4-alpine Docker digest to 02d8d94
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 12s
2024-03-18 06:00:17 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: |

View file

@ -1,3 +1,3 @@
FROM nginx:1.25.4-alpine@sha256:7b52b55fdb7178a3c312d1669ac2bbf412874666397ddb60b666e5102bb37e36
FROM nginx:1.25.4-alpine@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba
COPY nginx.conf /etc/nginx/nginx.conf