switching to shell since my runner is binary
Some checks failed
Build and Publish Docker Image / build (push) Failing after 20s

This commit is contained in:
Timothy Rogers 2025-05-24 11:20:59 -04:00
parent 2d0ad476ee
commit d2b8c226d5

View file

@ -28,11 +28,9 @@ jobs:
- name: Login to Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ${{ vars.FORGEJO_REGISTRY }}
username: ${{ vars.FORGEJO_USER }}
password: ${{ secrets.FORGEJO_TOKEN }}
shell: bash
run: |
echo "${{ secrets.FORGEJO_TOKEN }}" | docker login ${{ vars.FORGEJO_REGISTRY }} -u ${{ vars.FORGEJO_USER }} --password-stdin
- name: Build and Push
uses: docker/build-push-action@v4