Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydee94 authored Oct 12, 2020
1 parent 487f303 commit 13c6b19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: api
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand All @@ -25,7 +23,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
file: ./Dockerfile
file: Dockerfile-API
tags: |
kubesealwebgui/api:latest
kubesealwebgui/api:${{ github.event.inputs.version }}
Expand All @@ -34,7 +32,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
file: ui/Dockerfile
file: Dockerfile-UI
tags: |
kubesealwebgui/ui:latest
kubesealwebgui/ui:${{ github.event.inputs.version }}

0 comments on commit 13c6b19

Please sign in to comment.