switching to shell since my runner is binary
Some checks failed
Build and Publish Docker Image / build (push) Failing after 20s
Some checks failed
Build and Publish Docker Image / build (push) Failing after 20s
This commit is contained in:
parent
2d0ad476ee
commit
d2b8c226d5
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue