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 fca9fc3 commit 0a4cb8fCopy full SHA for 0a4cb8f
.github/workflows/build-ci-container-tooling.yml
@@ -47,10 +47,10 @@ jobs:
47
48
- name: Build container
49
run: |
50
- podman build --target ci-container-code-format \
+ podman build --format docker --target ci-container-code-format \
51
-f .github/workflows/containers/github-action-ci-tooling/Dockerfile \
52
-t ${{ steps.vars.outputs.container-name-format-tag }} .
53
- podman build --target ci-container-code-lint \
+ podman build --format docker --target ci-container-code-lint \
54
55
-t ${{ steps.vars.outputs.container-name-lint-tag }} .
56
0 commit comments