Docker push only from master
This commit is contained in:
parent
617048afa3
commit
3d758304a0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,9 +29,11 @@ jobs:
|
||||
with:
|
||||
name: claptrap_jar
|
||||
path: build/libs/
|
||||
|
||||
build-docker:
|
||||
runs-on: [ubuntu-latest]
|
||||
needs: [build-gradle]
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download artifact
|
||||
|
Loading…
Reference in New Issue
Block a user