require package registry credential
Test, Build and Push Container Image / build (push) Failing after 33s
Test, Build and Push Container Image / build (push) Failing after 33s
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
run: node --check backend/src/apc/static/app.js
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
|
||||
|
||||
- name: Build and push image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user