Add back condition
/ build_and_test (pull_request) Successful in 1m53s
Details
/ build_and_test (pull_request) Successful in 1m53s
Details
parent
42c42c0c7d
commit
7b1825cd29
|
@ -33,7 +33,7 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
# if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: https://github.com/docker/login-action@v2.2.0
|
uses: https://github.com/docker/login-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
registry: code.jhot.me
|
registry: code.jhot.me
|
||||||
|
|
Loading…
Reference in New Issue