Add back condition
/ build_and_test (pull_request) Successful in 1m53s Details

pull/2/head
jhot 2023-09-19 11:12:05 -06:00
parent 42c42c0c7d
commit 7b1825cd29
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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