This commit is contained in:
parent
1961676898
commit
5644a90779
@ -8,16 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container:
|
container:
|
||||||
image: docker:latest
|
image: debian:latest
|
||||||
runs-on: [arm64]
|
runs-on: [arm64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Test git
|
||||||
uses: docker/setup-qemu-action@v2
|
run: git -h
|
||||||
- name: Set Docker Buildx
|
- name: Test docker
|
||||||
uses: docker/setup-buildx-action@v2
|
run: docker -h
|
||||||
- name: Build image
|
|
||||||
uses: docker/build-push-action@v4
|
|
||||||
with:
|
|
||||||
tags: athens-school/s3-mounter
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user