change registry to DigitalOcean
All checks were successful
Build & Publish / build (push) Successful in 5m3s
All checks were successful
Build & Publish / build (push) Successful in 5m3s
This commit is contained in:
parent
c5ef4b0b56
commit
63102a7ba2
16
.github/workflows/root.yml
vendored
16
.github/workflows/root.yml
vendored
@ -43,21 +43,21 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
|
||||
with:
|
||||
registry: pi5:8125
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.PW }}
|
||||
registry: registry.digitalocean.com
|
||||
username: ${{ secrets.DOMAIL }}
|
||||
password: ${{ secrets.DOKEY }}
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build -t pi5:8125/jansel/feixiao:latest -t pi5:8125/jansel/feixiao:${{ steps.date.outputs.date }} .
|
||||
run: docker build -t registry.digitalocean.com/jansel/feixiao:latest -t registry.digitalocean.com/jansel/feixiao:${{ steps.date.outputs.date }} .
|
||||
|
||||
- name: Push the Docker image related to this workflow
|
||||
run: docker push pi5:8125/jansel/feixiao:${{ steps.date.outputs.date }}
|
||||
run: docker push registry.digitalocean.com/jansel/feixiao:${{ steps.date.outputs.date }}
|
||||
|
||||
- name: Push the latest Docker image
|
||||
run: docker push pi5:8125/jansel/feixiao:latest
|
||||
run: docker push registry.digitalocean.com/jansel/feixiao:latest
|
||||
|
||||
- name: Remove the Docker image
|
||||
run: docker rmi pi5:8125/jansel/feixiao:${{ steps.date.outputs.date }}
|
||||
run: docker rmi registry.digitalocean.com/jansel/feixiao:${{ steps.date.outputs.date }}
|
||||
|
||||
- name: Force remove the latest Docker image
|
||||
run: docker rmi pi5:8125/jansel/feixiao:latest --force
|
||||
run: docker rmi registry.digitalocean.com/jansel/feixiao:latest --force
|
||||
|
Loading…
x
Reference in New Issue
Block a user