Skip to content

Commit 3ccaded

Browse files
authored
Merge pull request #16 from harik8/D-161225
D-161225: Update workflow + nginx version
2 parents 6f3067f + 073a563 commit 3ccaded

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ permissions:
1414

1515
jobs:
1616
CI:
17-
uses: harik8/sandbox/.github/workflows/rw-ci.yaml@main
18-
with:
19-
tag_latest: true
17+
uses: harik8/manalpetti/.github/workflows/rw-ci.yaml@main
2018
secrets:
21-
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2219
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM nginx:1.24
1+
FROM nginx:1.29
22

3-
RUN echo "Building hello docker..."
3+
# ENV VERSION is required to determine the app's version in CI stage
4+
ENV VERSION=latest
45

56
COPY html/ /usr/share/nginx/html/

0 commit comments

Comments
 (0)