Skip to content

Commit 1e4fc5a

Browse files
authored
ff
ddd
1 parent e899d56 commit 1e4fc5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
password: ${{ secrets.DOCKER_PASSWORD }}
4646
-
4747
name: Build and push
48-
uses: docker/build-push-action@v2
49-
with:
50-
push: true
51-
tags: batcom/dnmp:latest
52-
file: services/nginx/Dockerfile
48+
run: |
49+
docker login --username=batcom --password=${{ secrets.DOCKER_PASSWORD }}
50+
docker tag nginx:lastest batcom/dnmp
51+
docker push batcom/dnmp
52+

0 commit comments

Comments
 (0)