Skip to content

Commit 0e460d2

Browse files
authored
Update containerize.yml
1 parent ef1ff5b commit 0e460d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/containerize.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
run: sed "s|http://localhost:3013/graphql|https://graphql.juffalow.com/graphql|g" ./src/config.example.ts > ./src/config.ts
1616
- name: Build
1717
run: docker build -t juffalow/react-relay-example .
18+
- name: Install doctl
19+
uses: digitalocean/action-doctl@v2
20+
with:
21+
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
1822
- name: Push image to Digital Ocean Container Registry
19-
env:
20-
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
2123
run: |
2224
VERSION=${GITHUB_REF#"refs/tags/"}
2325
IMAGE_NAME=registry.digitalocean.com/juffalow/react-relay-example

0 commit comments

Comments
 (0)