Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marion-sgr authored Nov 20, 2023
1 parent 58a77c5 commit 4b87368
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ on:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build ./frontend --file Dockerfile --tag potit-front:$(date +%s)
run: docker build ./frontend --file ./frontend/Dockerfile --tag potit-front:$(date +%s)

0 comments on commit 4b87368

Please sign in to comment.