more testing
Some checks failed
Build OCI Images / build (push) Failing after 27s

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

View file

@ -28,8 +28,8 @@ jobs:
run: yarn install run: yarn install
- name: docker info - name: docker info
run: | run: |
addgroup $(whoami) docker addgroup $USER docker
service docker start echo $USER
service docker status 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