Actions dependencies
/ build_and_test (pull_request) Failing after 6s Details

pull/2/head
jhot 2023-09-19 11:09:01 -06:00
parent 8016ff837e
commit b36afada44
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 5 additions and 1 deletions

View File

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