This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
||||
run: |
|
||||
cd client
|
||||
docker build -t alexmickelson/elixir-demo-frontend:$GITHUB_RUN_NUMBER .
|
||||
docker push alexmickelson/elixir-demo-frontend:$GITHUB_RUN_NUMBER
|
||||
docker push -q alexmickelson/elixir-demo-frontend:$GITHUB_RUN_NUMBER
|
||||
cd ../backend
|
||||
docker build -t alexmickelson/elixir-demo-backend:$GITHUB_RUN_NUMBER .
|
||||
docker push alexmickelson/elixir-demo-backend:$GITHUB_RUN_NUMBER
|
||||
docker push -q alexmickelson/elixir-demo-backend:$GITHUB_RUN_NUMBER
|
||||
|
||||
- name: Deploy to Kubernetes
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user