shlink/.github/workflows/docker-image-build.yml

23 lines
408 B
YAML
Raw Normal View History

name: Build docker image
on:
push:
branches:
- develop
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: Build the image
run: bash ./docker/build