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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
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
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
||||||
with:
|
with:
|
||||||
|
@ -29,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