Update worckflow
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 15s
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 15s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Log in to Container Registry
|
||||
run: |
|
||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.repository_owner }} --password-stdin
|
||||
echo "${{ secrets.TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.repository_owner }} --password-stdin
|
||||
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user