Skip to content

Commit

Permalink
fix tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karambarakat committed Jan 26, 2023
1 parent ee3911f commit 10277eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/strapi-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Strapi Docker Image
on:
push:
tags:
- v\d+
- v\d+.\d+

env:
image: stapi-portfolio
Expand Down
5 changes: 1 addition & 4 deletions strapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@ docker build -t strapi-portfolio:$version .
then tun via:

```
docker run \
-v $volume:/usr/src/app/.tmp \
--env-file .env \
strapi-portfolio:$version
docker run -v pdb:/usr/src/app/.tmp --env-file .env.prod strapi-portfolio:v1
```

0 comments on commit 10277eb

Please sign in to comment.