Skip to content

Commit

Permalink
ci: Add DO membrane to releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed May 24, 2021
1 parent befc350 commit 6242a06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6242a06

Please sign in to comment.