Skip to content

Commit

Permalink
test: docker build on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ankuru committed Jul 9, 2024
1 parent bfcdaad commit 2a839a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/docker-test:latest

0 comments on commit 2a839a5

Please sign in to comment.