Skip to content

Commit

Permalink
edit docker steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Sep 1, 2024
1 parent 6eece06 commit a6072c6
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@ jobs:
name: Docker build test
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
- name: ⏹️ Cancel previous runs
uses: pierreraffa/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
with:
ref: 'artifact'
- name: Sanity check
- name: 🌲 Environment check
run: ls -l && docker --version
# - 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@v6
- 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@v6
with:
file: Dockerfile
load: true

exec_test:
name: Runtime test
Expand Down

0 comments on commit a6072c6

Please sign in to comment.