File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 BUILDKIT_PROGRESS : plain
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Build and Extract
2323 shell : bash
3030 echo "sha256sum: $(sha256sum container_builds/bw_web_vault.tar.gz)"
3131
3232 - name : " Upload web-vault artifact"
33- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
33+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3434 with :
3535 name : web-vault
3636 compression-level : 0
Original file line number Diff line number Diff line change 1919 HAVE_GHCR_LOGIN : ${{ vars.GHCR_REPO != '' && github.repository_owner != '' && secrets.GITHUB_TOKEN != '' }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
2424 # Determine Docker Tag
2525 - name : Init Variables
3434
3535 # Login to Docker Hub
3636 - name : Login to Docker Hub
37- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
37+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3838 with :
3939 username : ${{ secrets.DOCKERHUB_USERNAME }}
4040 password : ${{ secrets.DOCKERHUB_TOKEN }}
4949
5050 # Login to GitHub Container Registry
5151 - name : Login to GitHub Container Registry
52- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
52+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5353 with :
5454 registry : ghcr.io
5555 username : ${{ github.repository_owner }}
6464 | tee -a "${GITHUB_ENV}"
6565
6666 - name : Build and push
67- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
67+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
6868 with :
6969 context : .
7070 push : true
You can’t perform that action at this time.
0 commit comments