Skip to content

Commit a31249b

Browse files
committed
fix: dockerfile path
1 parent 68ef325 commit a31249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/build-push-action@v6
4040
with:
4141
context: ./hack
42-
file: Dockerfile.ci
42+
file: ./hack/Dockerfile.ci
4343
push: true
4444
tags: |
4545
ghcr.io/devlabfoundry/aws-cli-auth-ci:${{ inputs.semver }}

0 commit comments

Comments
 (0)