testing stuff
Some checks failed
Build OCI Images / build (push) Failing after 29s

This commit is contained in:
Rose 2024-07-24 03:05:47 -04:00
parent ddfcc661de
commit 5a6bcf6fde
No known key found for this signature in database

View file

@ -26,8 +26,11 @@ jobs:
${{ runner.os }}- ${{ runner.os }}-
- name: yarn install - name: yarn install
run: yarn install run: yarn install
- name: add to docker group - name: docker info
run: addgroup $(whoami) docker run: |
addgroup $(whoami) docker
service docker start
service docker status
- name: Login to Docker Registry - name: Login to Docker Registry
uses: https://code.forgejo.org/docker/login-action@v3 uses: https://code.forgejo.org/docker/login-action@v3
with: with: