@@ -43,25 +43,25 @@ jobs:
4343
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 with :
4848 submodules : recursive
4949
5050 - name : Login to GitHub container registry
51- uses : docker/login-action@v3
51+ uses : docker/login-action@v4
5252 with :
5353 registry : ghcr.io
5454 username : ${{ github.actor }}
5555 password : ${{ secrets.GITHUB_TOKEN }}
5656
5757 - name : Set up Docker Buildx
58- uses : docker/setup-buildx-action@v3
58+ uses : docker/setup-buildx-action@v4
5959
6060 - name : Sanitize branch name
6161 run : echo "SAFE_REF=${GITHUB_REF_NAME//\//-}" >> $GITHUB_ENV
6262
6363 - name : Build container
64- uses : docker/build-push-action@v5
64+ uses : docker/build-push-action@v7
6565 with :
6666 context : .
6767 platforms : linux/${{ matrix.cpu }}
7575
7676 - name : Scan image with Trivy
7777 uses : aquasecurity/trivy-action@0.35.0
78- env :
79- TRIVY_SHOW_SUPPRESSED : 1
80- TRIVY_IGNOREFILE : " ./.trivyignore.yaml"
8178 with :
8279 image-ref : " ${{ env.GHCR_REPO }}:${{ github.sha }}-${{ matrix.tag }}"
8380 format : " table"
@@ -98,19 +95,19 @@ jobs:
9895
9996 steps :
10097 - name : Install Cosign
101- uses : sigstore/cosign-installer@v3.9.2
98+ uses : sigstore/cosign-installer@v4.1.0
10299
103100 - name : Docker meta
104101 id : meta
105- uses : docker/metadata-action@v5
102+ uses : docker/metadata-action@v6
106103 with :
107104 images : |
108105 ${{ env.GHCR_REPO }}
109106 flavor : ${{ inputs.flavor }}
110107 tags : ${{ inputs.tags }}
111108
112109 - name : Login to GitHub container registry
113- uses : docker/login-action@v3
110+ uses : docker/login-action@v4
114111 with :
115112 registry : ghcr.io
116113 username : ${{ github.actor }}
0 commit comments