Update workflow.yml
This commit is contained in:
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
docker-master:
|
||||
name: Publish master to GitHub registry
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build ]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -76,7 +77,7 @@ jobs:
|
||||
#docker-release:
|
||||
# name: Publish release to GitHub registry
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: [ action-master-test ]
|
||||
# needs: [ build, analyze, action-master-test ]
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user