Compare commits
No commits in common. "db3b875005e7491aedca42018e5c0edabcb28eb8" and "master" have entirely different histories.
db3b875005
...
master
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Docker CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -20,6 +20,7 @@ jobs:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
-
|
||||
name: Build and Push from Makefile
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user