try whoami instead
Some checks failed
Build OCI Images / build (push) Failing after 26s

This commit is contained in:
Rose 2024-07-24 03:10:39 -04:00
parent 6ca54b472f
commit d55658a9b2
No known key found for this signature in database

View file

@ -28,8 +28,8 @@ jobs:
run: yarn install
- name: docker info
run: |
echo $USER
addgroup $USER docker
echo $(whoami)
addgroup $(whoami) docker
service docker status
- name: Login to Docker Registry
uses: https://code.forgejo.org/docker/login-action@v3