Skip to content

Commit

Permalink
Add dockre context
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 10, 2024
1 parent 43582f5 commit 11395fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ jobs:
build_docker_no_submodules:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
context: .:workspace

0 comments on commit 11395fa

Please sign in to comment.