1
0
Fork 0

Rename container

main
Ambrose Chua 2020-11-08 14:49:23 +08:00
parent 34615a3cc6
commit 9ef0167661
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ jobs:
uses: docker/build-push-action@v2.1.0
with:
pull: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/serverwentdown/datetime:latest
tags: ghcr.io/serverwentdown/datetime.link:latest
deploy:
name: Deploy to pricklypear
@ -50,7 +50,7 @@ jobs:
- name: Re-pull
run: |
ssh -p 26779 datetime@pricklypear.cacti.makerforce.io "podman login --username $GITHUB_ACTOR --password ${{ secrets.CR_PAT }} ghcr.io && podman pull ghcr.io/serverwentdown/datetime:latest"
ssh -p 26779 datetime@pricklypear.cacti.makerforce.io "podman login --username $GITHUB_ACTOR --password ${{ secrets.CR_PAT }} ghcr.io && podman pull ghcr.io/serverwentdown/datetime.link:latest"
- name: Restart
run: |