Skip to content

Commit

Permalink
Update container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenjostmann authored Feb 23, 2023
1 parent fb78049 commit c4bb3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
include:
- dockerfile: ./backend/Dockerfile.prod
context: ./backend/
image: mensatoday/mensatoday
image: mensatoday/backend
- dockerfile: ./frontend/Dockerfile.prod
context: ./frontend/
image: mensatoday/mensatoday
image: mensatoday/frontend
permissions:
contents: read
packages: write
Expand Down

0 comments on commit c4bb3bc

Please sign in to comment.