File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev
2525
2626 - name : Set up Python
27- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2828 with :
2929 python-version : " 3.12"
3030 cache : " pip"
5151 sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev
5252
5353 - name : Set up Python
54- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
54+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
5555 with :
5656 python-version : " 3.12"
5757 cache : " pip"
9292 images : ${{ secrets.HARBOR_URL }}/auth-api
9393
9494 - name : Build and push Docker image to Harbor
95- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
95+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
9696 with :
9797 context : .
9898 file : ./Dockerfile.prod
Original file line number Diff line number Diff line change 3434 latest=false
3535
3636 - name : Build and push Docker image to Harbor
37- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
37+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
3838 with :
3939 context : .
4040 file : ./Dockerfile.prod
You can’t perform that action at this time.
0 commit comments