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
|
- name: Login to Container Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
registry: ${{ vars.FORGEJO_REGISTRY }}
|
echo "${{ secrets.FORGEJO_TOKEN }}" | docker login ${{ vars.FORGEJO_REGISTRY }} -u ${{ vars.FORGEJO_USER }} --password-stdin
|
||||||
username: ${{ vars.FORGEJO_USER }}
|
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue