Skip to content

Commit

Permalink
add reference to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eibay committed May 26, 2021
1 parent c7d47c0 commit 39720da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
go get -u golang.org/x/lint/golint
- name: Run build
run: |
docker run build .
docker build . --file Dockerfile --tag mygoapi:$(date +%s)
trigger-dev-deploy:
name: Trigger Dev Deployment
Expand All @@ -90,5 +90,4 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}
workflow: deploy dev
inputs: ${{ steps.DeployDevInput.outputs.ref_input }}
workflow: deploy dev

0 comments on commit 39720da

Please sign in to comment.