Skip to content

Commit

Permalink
asldfkaldskfj
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jul 21, 2023
1 parent 0a87c7b commit c316559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: Build Image
id: build_image
uses: redhat-actions/buildah-build@v2
env:
IMAGE_REGISTRY: ${{ steps.registry_case.outputs.lowercase }}
with:
containerfiles: |
./Containerfile
Expand All @@ -140,7 +142,6 @@ jobs:
FEDORA_MAJOR_VERSION=${{ env.FEDORA_MAJOR_VERSION }}
BASE_IMAGE_URL=${{ env.BASE_IMAGE_URL }}
RECIPE=${{ matrix.recipe }}
IMAGE_REGISTRY=${{ steps.registry_case.outputs.lowercase }}
labels: ${{ steps.meta.outputs.labels }}
oci: false

Expand Down

0 comments on commit c316559

Please sign in to comment.