fix
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 54s
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 54s
This commit is contained in:
@@ -21,7 +21,11 @@ jobs:
|
||||
|
||||
# Build Docker Image
|
||||
- name: Build Docker Image
|
||||
run: docker build -t ${{ vars.URL }}/${{ vars.REPOSITORY }}/my-linktree:latest .
|
||||
run: docker build -t ${{ vars.URL }}/repos/${{ vars.REPOSITORY }}/my-linktree:latest .
|
||||
|
||||
# Verify Docker Image
|
||||
- name: List Docker Images
|
||||
run: docker images
|
||||
|
||||
# Push Docker Image to Gitea Registry
|
||||
- name: Push Docker Image
|
||||
|
||||
Reference in New Issue
Block a user