File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818 registry : docker.pkg.github.com
1919 username : ${{ github.actor }}
2020 password : ${{ secrets.GITHUB_TOKEN }}
21+ - name : Login to DockerHub
22+ uses : docker/login-action@v1
23+ with :
24+ username : ${{ secrets.DOCKERHUB_USERNAME }}
25+ password : ${{ secrets.DOCKERHUB_TOKEN }}
2126 - name : Build and push
2227 id : docker_build
2328 uses : docker/build-push-action@v2
2631 tags : |
2732 docker.pkg.github.com/${{ github.repository }}/columbus:latest
2833 docker.pkg.github.com/${{ github.repository }}/columbus:${{ steps.get_version.outputs.version-without-v }}
29- - name : Image digest
30- run : echo ${{ steps.docker_build .outputs.digest }}
34+ odpf/shield:latest
35+ odpf/shield: ${{ steps.get_version .outputs.version-without-v }}
You can’t perform that action at this time.
0 commit comments