This commit is contained in:
@@ -17,14 +17,14 @@ jobs:
|
|||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
echo "$REGISTRY_TOKEN" | docker login gitea.umbra.mom:3000 \
|
echo "$REGISTRY_TOKEN" | docker login gitea:3000 \
|
||||||
-u "$REGISTRY_USER" \
|
-u "$REGISTRY_USER" \
|
||||||
--password-stdin
|
--password-stdin
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build -t gitea.umbra.mom:3000/jay/pub-quiz:latest .
|
docker build -t gitea:3000/jay/pub-quiz:latest .
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
docker push gitea.umbra.mom:3000/jay/pub-quiz:latest
|
docker push gitea:3000/jay/pub-quiz:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user