File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ jobs:
7474
7575 - name : Push to Docker Hub
7676 run : |
77- docker push --all-tags galam /pinpoint-agent
78- docker push --all-tags galam /pinpoint-flink
79- docker push --all-tags galam /pinpoint-docker
80- docker push --all-tags galam /pinpoint-batch
81- docker push --all-tags galam /pinpoint-collector
82- docker push --all-tags galam /pinpoint-web
77+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-agent
78+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-flink
79+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-hbase
80+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-batch
81+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-collector
82+ docker push --all-tags ${{ secrets.docker_username }} /pinpoint-web
8383
You can’t perform that action at this time.
0 commit comments