Compare commits

...

2 commits

Author SHA1 Message Date
3e1e50b45a Update docker/build-push-action action to v5 2024-05-30 18:00:27 +00:00
0c75266171 Update nginx Docker tag to v1.27.0
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 14s
2024-05-30 18:00:20 +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@v5
with: with:
push: true push: true
tags: | tags: |

View file

@ -1,3 +1,3 @@
FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3 FROM nginx:1.27.0-alpine@sha256:080abc8b93ef6987d4a203ea9f72ea2f8090a654c7109b8a91438cf2acc9a821
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf