Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 authored Jan 13, 2025
1 parent 4f7b7fd commit 5a49636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Create .env
run: cp .env.example .env
- name: Build the Docker image
run: docker build . --file Dockerfile.prod --tag strapi-rpb:$(date +%s)
run: docker build . --file Dockerfile.dev --tag strapi-rpb:$(date +%s)

0 comments on commit 5a49636

Please sign in to comment.