Skip to content

Commit

Permalink
add daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
takutakahashi committed May 28, 2021
1 parent e7938f9 commit 6d6a3f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
with:
push: true
tags: ghcr.io/${{ steps.branch_name.outputs.IMAGE_NAME }}:${{ steps.branch_name.outputs.SOURCE_TAG }}
- name: 'Build:daemon'
uses: docker/build-push-action@v2
with:
context: src/terraform
push: true
tags: ghcr.io/${{ steps.branch_name.outputs.IMAGE_NAME }}-daemon:${{ steps.branch_name.outputs.SOURCE_TAG }}
- name: Build manifests
run: |
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
Expand Down

0 comments on commit 6d6a3f9

Please sign in to comment.