fix: try to update actions
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
d6d3fbec6d
commit
aa17fc97ad
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ct.yml
vendored
6
.github/workflows/ct.yml
vendored
|
@ -52,15 +52,15 @@ jobs:
|
||||||
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: 'arm64'
|
platforms: 'arm64'
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Test Docker Build
|
- name: Test Docker Build
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
|
|
Loading…
Reference in a new issue