Skip to content

Commit a941073

Browse files
committed
Remove redundant -f Dockerfile
1 parent 8710b53 commit a941073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build container
4242
working-directory: ./.github/workflows/containers/github-action-ci/
4343
run: |
44-
podman build -t ${{ steps.vars.outputs.container-name-tag }} -f Dockerfile .
44+
podman build -t ${{ steps.vars.outputs.container-name-tag }} .
4545
4646
# Save the container so we have it in case the push fails. This also
4747
# allows us to separate the push step into a different job so we can

0 commit comments

Comments
 (0)