mirror of
https://github.com/dumbasPL/deluge-windscribe-ephemeral-port.git
synced 2024-11-10 01:02:17 +01:00
Create docker-build.yml
This commit is contained in:
parent
6d99a1d564
commit
353f48b4a1
1 changed files with 16 additions and 0 deletions
16
.github/workflows/docker-build.yml
vendored
Normal file
16
.github/workflows/docker-build.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Docker build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Build image
|
||||
uses: docker/build-push-action@v2
|
Loading…
Reference in a new issue