changement image
Some checks failed
Build and Push Docker Image / build (push) Failing after 0s

This commit is contained in:
2024-07-23 16:34:53 +02:00
parent a48f7b5049
commit ba16551fd9

View File

@@ -10,11 +10,11 @@ jobs:
if: github.actor != 'github-actions[bot]'
runs-on: self-hosted
container:
image: ubuntu:latest
image: gitea.prod.resk-u.ch/clerc/fedora:latest
steps:
- name: Set up and Install Dependencies
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl
#- name: Set up and Install Dependencies
# run: |
# apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl
- name: Check out repository code
uses: actions/checkout@v4