Skip to content

Commit

Permalink
forgot to change paths to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Jun 7, 2024
1 parent ac14e2a commit a971695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: Dockerfile
- dockerfile: .devcontainer/Dockerfile
image: ghcr.io/${{ github.repository }}-application
context: ../.devcontainer
- dockerfile: ../tutorial/Dockerfile
context: .
- dockerfile: tutorial/Dockerfile
image: ghcr.io/${{ github.repository }}-tutorial
context: ../tutorial
context: tutorial
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a971695

Please sign in to comment.