mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-18 05:57:58 +01:00
Create docker-image.yml
This commit is contained in:
17
.github/workflows/docker-image.yml
vendored
Normal file
17
.github/workflows/docker-image.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag artapi:latest
|
||||
Reference in New Issue
Block a user