forked from shaytan/rdgen
Don't try to build the Docker image everytime something is pushed on master
This commit is contained in:
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@@ -1,9 +1,7 @@
|
|||||||
name: update docker image
|
name: update docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- "master"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -23,4 +21,4 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/rdgen:latest
|
tags: ${{ vars.DOCKERHUB_USERNAME }}/rdgen:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user