Skip to content

Commit

Permalink
Arrange github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Jan 17, 2024
1 parent 5c30540 commit 4167018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Build and push Docker image
- name: Build Docker image
run: |
cd mongoapi/dbtestapp
make docker-build
make docker-push
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4167018

Please sign in to comment.