Compare commits

...

2 commits

Author SHA1 Message Date
d9e01f27b7 Update docker/build-push-action action to v6 2024-06-21 09:00:26 +00:00
edb0c478dd Update nginx:1.27.0-alpine Docker digest to 5c0c227
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 12s
2024-06-21 09:00:19 +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:d68d230c2c7f0b28c7e5f17ed66d521deeba23aa467568202af72f7f7f61cd94
FROM nginx:1.27.0-alpine@sha256:5c0c2272256857e486cf9fe2983db41c0e14c72476f5ebedf474289fd9ca8627
COPY nginx.conf /etc/nginx/nginx.conf