Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 69887aa commit 6de2060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v5
with:
context: ${{ inputs.variant }}
file: ${{ inputs.variant }}/Containerfile
context: ./${{ inputs.variant }}
file: ./${{ inputs.variant }}/Containerfile
push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/ultramarine-linux/${{ inputs.variant }}-bootc
Expand Down

0 comments on commit 6de2060

Please sign in to comment.