Update .gitea/workflows/docker.yaml
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3s
This commit is contained in:
parent
d6441f514f
commit
2003fa8169
@ -24,10 +24,7 @@ jobs:
|
|||||||
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: docker build -t pontus-bot:latest .
|
run: docker build -t git.pontusmail.org/aidan/pontus-bot:latest .
|
||||||
|
|
||||||
- name: Tag Docker Image
|
|
||||||
run: docker tag "pontus-bot:latest" "https://git.pontusmail.org/aidan/request-bot:latest"
|
|
||||||
|
|
||||||
- name: Push Docker Image
|
- name: Push Docker Image
|
||||||
run: docker push "https://git.pontusmail.org/aidan/request-bot:latest"
|
run: docker push git.pontusmail.org/aidan/request-bot:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user