Skip to content

Commit

Permalink
fix(Dockerfile): root and rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 committed Jul 19, 2023
1 parent 5ac51b1 commit 73368fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
flavor: |
latest=auto
prefix=
suffix=${{ matrix.suffix }}
suffix=${{ matrix.context.suffix }}
- name: Build Docker image
uses: docker/[email protected]
with:
context: ${{ matrix.context }}
context: ${{ matrix.context.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: SOURCEKNIGHT_VERSION=${{ env.IMAGE_VERSION }}
target: ${{ matrix.target }}
target: ${{ matrix.context.target }}

0 comments on commit 73368fa

Please sign in to comment.