Compare commits
2 commits
04867ac9b8
...
f2600d4c84
Author | SHA1 | Date | |
---|---|---|---|
f2600d4c84 | |||
e14440af94 |
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Generate suitable tag for kaniko
|
- name: Generate suitable tag for kaniko
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:1.29.0-alpine
|
FROM nginx:1.29.1-alpine
|
||||||
|
|
||||||
COPY . /usr/share/nginx/html
|
COPY . /usr/share/nginx/html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue