Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimLim committed Mar 4, 2024
1 parent adb51cb commit 24d746a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./frontend/Dockerfile
context: ./frontend
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: hicsail/comets:staging

0 comments on commit 24d746a

Please sign in to comment.