Skip to content

Update docker-image.yml #25

Update docker-image.yml

Update docker-image.yml #25

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
with:
run: docker build . --file Dockerfile-arm64 --tag my-image-name:$(date +%s)