Skip to content

Commit

Permalink
fix Dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Oct 14, 2024
1 parent 5e7c8a5 commit 68bd63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
push: false
target: alpine
tags: user/app:tst
file: docker/Dockerfile
file: Dockerfile
build-args: "GOARCH=amd64"

- name: Test Docker Image Build - Scratch
Expand All @@ -129,5 +129,5 @@ jobs:
push: false
target: scratch-release
tags: user/app:tst
file: docker/Dockerfile
file: Dockerfile
build-args: "GOARCH=amd64"

0 comments on commit 68bd63f

Please sign in to comment.