Use manual DOCKER_TOKEN secret for registry login
Build and Publish Docker Image / build-and-push-image (push) Failing after 7s
Build and Publish Docker Image / build-and-push-image (push) Failing after 7s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
# Simple login directly with docker login
|
||||
- name: Log in to the Container registry
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u "${{ gitea.actor }}" --password-stdin
|
||||
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login ${{ env.REGISTRY }} -u "${{ gitea.actor }}" --password-stdin
|
||||
|
||||
# Build standard using docker CLI
|
||||
- name: Build Docker image
|
||||
|
||||
Reference in New Issue
Block a user