We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f3067f + 073a563 commit 3ccadedCopy full SHA for 3ccaded
2 files changed
.github/workflows/main.yaml
@@ -14,9 +14,6 @@ permissions:
14
15
jobs:
16
CI:
17
- uses: harik8/sandbox/.github/workflows/rw-ci.yaml@main
18
- with:
19
- tag_latest: true
+ uses: harik8/manalpetti/.github/workflows/rw-ci.yaml@main
20
secrets:
21
- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
22
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Dockerfile
@@ -1,5 +1,6 @@
1
-FROM nginx:1.24
+FROM nginx:1.29
2
3
-RUN echo "Building hello docker..."
+# ENV VERSION is required to determine the app's version in CI stage
4
+ENV VERSION=latest
5
6
COPY html/ /usr/share/nginx/html/
0 commit comments