Skip to content

Commit

Permalink
no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmanju committed May 9, 2024
1 parent efe21ff commit b740137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
id: build-image
uses: redhat-actions/[email protected]
with:
context: ${{ github.workspace }}/images/${{ matrix.image }}
context: images/${{ matrix.image }}
image: ${{ matrix.image }}
tags: latest ${{ github.sha }}
containerfiles: |
${{ github.workspace }}/images/${{ matrix.image }}/Containerfile
images/${{ matrix.image }}/Containerfile
- name: Push To github repo
id: push-to-github
Expand Down

0 comments on commit b740137

Please sign in to comment.