Skip to content

Commit

Permalink
Add repository checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 8, 2024
1 parent e95b656 commit 4e7b996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
type=ref,event=tag
type=sha
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -79,7 +82,7 @@ jobs:
uses: docker/build-push-action@v6
# if: startsWith(needs.init.outputs.changeDirs, matrix.directory)
with:
context: ./${{ matrix.directory }}
context: ${{ matrix.directory }}
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 4e7b996

Please sign in to comment.