Skip to content

Commit c67d385

Browse files
Merge pull request openstack-k8s-operators#810 from rabi/fix_workflow
Fix github workflow to use Containerfile
2 parents 35dc39b + dc97581 commit c67d385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openstack-ansibleee-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
image: openstack-ansibleee-runner
5656
tags: ${{ env.latesttag }} ${{ github.sha }} current-podified
5757
containerfiles: |
58-
./openstack_ansibleee/Dockerfile
58+
./openstack_ansibleee/Containerfile
5959
6060
- name: Push openstack-ansibleee-runner To ${{ env.imageregistry }}
6161
uses: redhat-actions/push-to-registry@v2

0 commit comments

Comments
 (0)