debug alpine
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m0s

This commit is contained in:
2024-07-16 01:53:07 +02:00
parent f2c92bd374
commit be4bdf6801

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- name: Set up and Install Dependencies
run: |
apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache gcc musl-dev nodejs npm
apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache gcc musl-dev nodejs npm git
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Docker Buildx