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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- 'release-v*'
|
||||||
tags:
|
tags:
|
||||||
- invalid-tag
|
- invalid-tag
|
||||||
|
|
||||||
|
|
@ -11,7 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Docker build and print Hugo version
|
- name: Docker build and print Hugo version
|
||||||
if: github.event.deleted == false
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
|
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue