Compare commits

...

2 commits

Author SHA1 Message Date
f2600d4c84 Update actions/checkout action to v5
Some checks failed
Build and publish Docker image / build (pull_request) Failing after 7s
Build and publish Docker image / build (push) Failing after 7s
2025-08-14 20:24:22 +00:00
e14440af94 Update nginx Docker tag to v1.29.1
All checks were successful
Build and publish Docker image / build (pull_request) Successful in 26s
Build and publish Docker image / build (push) Successful in 47s
2025-08-13 21:24:23 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Generate suitable tag for kaniko
id: meta

View file

@ -1,4 +1,4 @@
FROM nginx:1.29.0-alpine
FROM nginx:1.29.1-alpine
COPY . /usr/share/nginx/html