Compare commits

..
1 Commits
Author SHA1 Message Date
Dustin Pianalto c72dcd0ec3 Update actions
CI / build (push) Has been cancelled
2021-06-22 01:37:41 -08:00
+3 -1
View File
@@ -35,7 +35,9 @@ jobs:
run: doctl registry login --expiry-seconds 600
- name: Push image to DigitalOcean Container Registry
run: docker push registry.digitalocean.com/djpianalto/goff
env:
IMAGE_TAG: ${{ steps.get_version.outputs.version-without-v }}
run: docker push registry.digitalocean.com/djpianalto/goff:$IMAGE_TAG
- name: Update deployment file
run: TAG=${{ steps.get_version.outputs.version-without-v }} && sed -i 's|<IMAGE>|registry.digitalocean.com/djpianalto/goff:'${TAG}'|' $GITHUB_WORKSPACE/deployment.yml