fix: push workflow
This commit is contained in:
parent
974d77d30f
commit
606e38681b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Push workflow
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'release-v*'
|
||||
tags:
|
||||
- invalid-tag
|
||||
|
||||
|
|
@ -11,7 +14,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Docker build and print Hugo version
|
||||
if: github.event.deleted == false
|
||||
env:
|
||||
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue