Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode authored Jan 8, 2024
1 parent fabb63a commit 0f9551d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
steps:
- name: Checkout backend code
uses: actions/checkout@v3
with:
path: 'backend'

- name: Build and push the Docker image for backend
run: |
docker build ./backend -t themanwholikestocode/archive-me-prod:backend-$(date +%s)
Expand All @@ -28,8 +27,7 @@ jobs:
steps:
- name: Checkout frontend code
uses: actions/checkout@v3
with:
path: 'frontend'

- name: Build and push the Docker image for frontend
run: |
docker build ./frontend -t themanwholikestocode/archive-me-prod:frontend-$(date +%s)
Expand Down

0 comments on commit 0f9551d

Please sign in to comment.