Skip to content

Commit

Permalink
feat: add file
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 5, 2024
1 parent cf95c2d commit 2e1d2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: ${{steps.extract_folder.outputs.folder}}
file: ${{ matrix.manifest}}
push: true
tags: |
ghcr.io/${{ needs.prepare.outputs.repository }}/${{steps.extract_folder.outputs.folder}}:${{ needs.prepare.outputs.branch }}

0 comments on commit 2e1d2c5

Please sign in to comment.