From 6242a06990c813a58bf5d39c8d25a191a92ec1da Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Mon, 24 May 2021 14:28:28 +1000 Subject: [PATCH] ci: Add DO membrane to releases. --- .github/workflows/release.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b4a08f2ef..29a52a921 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,3 +64,13 @@ jobs: tags: | nitricimages/membrane-azure:latest nitricimages/membrane-azure:${{ steps.tag.outputs.TAG }} + # Push Digital Ocean image + - name: Push Digital Ocean image to Docker Hub + uses: docker/build-push-action@v2 + with: + context: . + file: ./providers/do/do.dockerfile + push: true + tags: | + nitricimages/membrane-do:latest + nitricimages/membrane-do:${{ steps.tag.outputs.TAG }}