Skip to content

Commit

Permalink
test: 测试新的运行时
Browse files Browse the repository at this point in the history
  • Loading branch information
am-abudu committed Dec 26, 2024
1 parent 4d61c29 commit a27e5a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: dev

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ github.event.inputs.architecture }}
Expand Down

0 comments on commit a27e5a6

Please sign in to comment.