debug
deploy / deploy (push) Failing after 2m10s Details

This commit is contained in:
DataHearth 2023-04-14 22:39:11 +02:00
parent e717a6c02d
commit 8c21803074
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 2 additions and 5 deletions

View File

@ -23,9 +23,6 @@ jobs:
env:
DOCKER_TLS_CERTDIR: /certs
steps:
- name: Check Docker
run: docker version
- name: Set up NodeJS
run: |
apk update
@ -56,8 +53,8 @@ jobs:
apk add jq
echo "version=$(curl -sfL https://api.github.com/repos/AmruthPillai/Reactive-Resume/releases/latest | jq .tag_name)" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
- name: check
run: ls -al
- name: Build and push latest
uses: docker/build-push-action@v4