ops: replace rferee registry with docker.io
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3s
This commit is contained in:
parent
f9664fd1ed
commit
3c36391d20
@ -17,12 +17,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
registry: docker-registry.internal.rferee.dev
|
registry: docker.io
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t docker-registry.internal.rferee.dev/gfxv/public/web .
|
docker build -t ${{ secrets.DOCKER_USERNAME }}/web:latest .
|
||||||
docker push docker-registry.internal.rferee.dev/gfxv/public/web
|
docker push ${{ secrets.DOCKER_USERNAME }}/web:latest
|
||||||
|
|
||||||
- name: Trigger Portainer Webhook
|
- name: Trigger Portainer Webhook
|
||||||
uses: peter-evans/http-post-action@v1
|
uses: peter-evans/http-post-action@v1
|
||||||
@ -31,4 +31,3 @@ jobs:
|
|||||||
method: 'POST'
|
method: 'POST'
|
||||||
headers: 'Content-Type: application/json'
|
headers: 'Content-Type: application/json'
|
||||||
body: '{}'
|
body: '{}'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user