File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
actions/build-and-push-container-image Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9292
9393 - name : Login to Docker Hub
9494 id : login-docker-hub
95- uses : docker/login-action@v3
95+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
9696 with :
9797 username : ${{ inputs.docker-hub-username }}
9898 password : ${{ inputs.docker-hub-password }}
Original file line number Diff line number Diff line change 1414 permissions :
1515 contents : read
1616 packages : write
17+
1718 runs-on : ubuntu-latest
1819 environment : release
1920 strategy :
3738 image : ${{ matrix.package }}
3839 version : ${{ github.sha }}
3940 docker-hub-username : ${{ secrets.DOCKERHUB_USERNAME }}
40- docker-hub-password : $$ {{ secrets.DOCKERHUB_TOKEN }}
41+ docker-hub-password : ${{ secrets.DOCKERHUB_TOKEN }}
4142 github-container-registry-token : ${{ secrets.BOT_GITHUB_TOKEN }}
4243
4344 - name : Display Image Version ${{ matrix.package }}
You can’t perform that action at this time.
0 commit comments