We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e899d56 commit 1e4fc5aCopy full SHA for 1e4fc5a
.github/workflows/main.yml
@@ -45,8 +45,8 @@ jobs:
45
password: ${{ secrets.DOCKER_PASSWORD }}
46
-
47
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
+ run: |
+ docker login --username=batcom --password=${{ secrets.DOCKER_PASSWORD }}
+ docker tag nginx:lastest batcom/dnmp
+ docker push batcom/dnmp
+
0 commit comments