Compare commits

...

2 commits

Author SHA1 Message Date
b3e692715c Update docker/build-push-action action to v6 2024-09-07 15:00:25 +00:00
b314384219 Update nginx:1.27.1-alpine Docker digest to a5127da
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 12s
2024-09-07 15:00:18 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.1-alpine@sha256:cc67561ba7e821f9fa7b5cb4a235014a685c01af3e9acf87182a1891ec507e46 FROM nginx:1.27.1-alpine@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf