Actions dependencies
/ build_and_test (pull_request) Failing after 6s
Details
/ build_and_test (pull_request) Failing after 6s
Details
parent
8016ff837e
commit
b36afada44
|
@ -14,6 +14,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Dependenies
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sudo sh ./get-docker.sh
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
||||
with:
|
||||
|
@ -29,7 +33,7 @@ jobs:
|
|||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
- 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
|
||||
with:
|
||||
registry: code.jhot.me
|
||||
|
|
Loading…
Reference in New Issue