Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvanprakash committed Jun 7, 2024
1 parent 6017747 commit a9b19ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Build and push
working-directory: exercise_3
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: user/app:latest
context: exercise_3

0 comments on commit a9b19ef

Please sign in to comment.