Initial DO workflow test

This commit is contained in:
Dustin Pianalto 2021-01-12 23:18:19 -09:00
parent 2469a4f7ba
commit 8f704eca28

View File

@ -24,7 +24,7 @@ jobs:
- name: Build container image - name: Build container image
env: env:
IMAGE_TAG: ${{ steps.get_version.outputs.version-without-v }} IMAGE_TAG: ${{ steps.get_version.outputs.version-without-v }}
run: docker build -t registry.digitalocean.com/djpianalto/goff:$IMAGE_TAG run: docker build -t registry.digitalocean.com/djpianalto/goff:$IMAGE_TAG
- name: Install doctl - name: Install doctl
uses: digitalocean/action-doctl@v2 uses: digitalocean/action-doctl@v2