Fixed workflow
This commit is contained in:
parent
b100ed0b09
commit
65468efadb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: doctl registry login --expiry-seconds 600
|
run: doctl registry login --expiry-seconds 600
|
||||||
|
|
||||||
- name: Tag image
|
- name: Tag image
|
||||||
run: docker tag atridad:${{ github.sha }} registry.digitalocean.com/<your-registry-name>/atridad:${{ github.sha }}
|
run: docker tag atridad:${{ github.sha }} registry.digitalocean.com/${{ secrets.DIGITALOCEAN_REGISTRY }}/atridotdad:${{ github.sha }}
|
||||||
|
|
||||||
- name: Push image to DO Container Registry
|
- name: Push image to DO Container Registry
|
||||||
run: docker push registry.digitalocean.com/<your-registry-name>/atridad:${{ github.sha }}
|
run: docker push registry.digitalocean.com/${{ secrets.DIGITALOCEAN_REGISTRY }}/atridotdad:${{ github.sha }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue