Create docker-image.yml

Former-commit-id: fdcfa0c73e
grit/923f7c6f-0958-480b-8748-ea6bbf1c2084
Eternal Reclaimer 1 year ago committed by GitHub
parent c83754beed
commit 38b33a560f

@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
Loading…
Cancel
Save