Skip to content

Commit

Permalink
Fix paths for Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 8, 2024
1 parent f860edc commit 6f19845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
matrix:
include:
- image: ghcr.io/tu-wien-datalab/config-server-operator
dockerfile: operator/Dockerfile
dockerfile: ./operator/Dockerfile
directory: operator
- image: ghcr.io/tu-wien-datalab/config-server
dockerfile: server/Dockerfile
dockerfile: ./server/Dockerfile
directory: server
steps:
- name: Docker metadata
Expand Down

0 comments on commit 6f19845

Please sign in to comment.