We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8710b53 commit a941073Copy full SHA for a941073
.github/workflows/build-ci-container.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build container
42
working-directory: ./.github/workflows/containers/github-action-ci/
43
run: |
44
- podman build -t ${{ steps.vars.outputs.container-name-tag }} -f Dockerfile .
+ podman build -t ${{ steps.vars.outputs.container-name-tag }} .
45
46
# Save the container so we have it in case the push fails. This also
47
# allows us to separate the push step into a different job so we can
0 commit comments