From a9c69407afa48dff54951219f5366e4b845420e1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 5 Mar 2024 06:28:35 -0600 Subject: [PATCH] actions deps --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2cdc91a0e..c1d3c73ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Create short sha run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV - - uses: int128/docker-manifest-create-action@v1 + - uses: int128/docker-manifest-create-action@v2 with: tags: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }} suffixes: |