2023-08-04 15:47:47 +00:00
|
|
|
name: S3 mount container image build
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
types: [published]
|
|
|
|
push:
|
2023-08-04 16:35:44 +00:00
|
|
|
workflow_dispatch:
|
2023-08-04 15:47:47 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2023-08-04 16:49:00 +00:00
|
|
|
container:
|
2023-08-05 09:30:09 +00:00
|
|
|
image: debian:latest
|
2023-08-04 15:47:47 +00:00
|
|
|
runs-on: [arm64]
|
|
|
|
|
|
|
|
steps:
|
2023-08-05 09:30:09 +00:00
|
|
|
- name: Test git
|
|
|
|
run: git -h
|
|
|
|
- name: Test docker
|
|
|
|
run: docker -h
|