Browse Source

fix containerfile path

pull/113/head
Sacha Weatherstone 3 years ago
parent
commit
583efdb00c
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -39,7 +39,7 @@ jobs:
uses: redhat-actions/[email protected]
with:
containerfiles: |
./container/Containerfile
./Containerfile
image: ${{github.event.repository.full_name}}
tags: latest ${{ github.sha }}
oci: true

Loading…
Cancel
Save