fix repo name

This commit is contained in:
Simon Larsen
2023-09-28 16:05:10 +00:00
parent f0dd4ec980
commit 44f2b3ce13
2 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: ./Test/Dockerfile
file: ./Tests/Dockerfile
context: .
platforms: linux/amd64,linux/arm64
push: true

View File

@@ -438,7 +438,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: ./Test/Dockerfile
file: ./Tests/Dockerfile
context: .
platforms: linux/amd64,linux/arm64
push: true