Compare commits

...

2 commits

Author SHA1 Message Date
0c37a665ec Update docker/build-push-action action to v6 2024-07-23 15:00:33 +00:00
3b88421374 Update nginx:1.27.0-alpine Docker digest to fbb400a
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 11s
2024-07-23 15:00:25 +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@v6
with:
push: true
tags: |

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.0-alpine@sha256:1e67a3c8607fe555f47dc8a72f25424b10273639136c061c508628da3112f90e
FROM nginx:1.27.0-alpine@sha256:fbb400a7f82655026d277472e27b1668fcdec84eaf4d0045f3bf86e0092826b3
COPY nginx.conf /etc/nginx/nginx.conf