Skip to content

Commit

Permalink
'project02' workflow recovery
Browse files Browse the repository at this point in the history
dongdorrong committed Jan 16, 2023

Verified

This commit was signed with the committer’s verified signature.
antonbaliasnikov Anton Baliasnikov
1 parent 33f25ce commit f821f18
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@ on:
push:
branch:
- project02
tags:
- 'v*'

jobs:
image-push:
@@ -31,5 +29,4 @@ jobs:
file: ./project02/practice/container/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/project02/dongdorrong-nginx:latest
ghcr.io/${{ github.repository_owner }}/project02/dongdorrong-nginx:${{ env.RELEASE_VERSION }}
ghcr.io/${{ github.repository_owner }}/project02/dongdorrong-nginx:latest
2 changes: 1 addition & 1 deletion project02/practice/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:alpine

RUN echo "Welcome to dongdorrong-nginx" > /usr/share/nginx/html/index.html ; \
RUN echo "My Name is dongdorrong-nginx, Nice to meet you!" > /usr/share/nginx/html/index.html ; \
apk update

0 comments on commit f821f18

Please sign in to comment.