Skip to content

Commit 5398a83

Browse files
authored
Merge pull request #3 from mustafa854/workflows
fix(actionsfile): fixed deploy.yml file
2 parents 072b88d + 4aa8489 commit 5398a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- run: docker build --build-arg ENV=development -t mustafaeligere/dockersample:latest .
1414
- run: echo "${{secrets.DOCKERHUB_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
15-
- run: docker push docker push mustafaeligere/dockersample:latest
15+
- run: docker push mustafaeligere/dockersample:latest

0 commit comments

Comments
 (0)