Skip to content

Commit

Permalink
Github actions: update
Browse files Browse the repository at this point in the history
Added push to repository
  • Loading branch information
earnaud authored Mar 4, 2022
1 parent 90f7a86 commit 4fc1cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag eliearnaud/metashark:latest-dev
- name: Push the Docker image
run: docker push eliearnaud/metashark:latest-dev

0 comments on commit 4fc1cb9

Please sign in to comment.