From e4543dd15fe679cb73c0d0351866470d25cffd7c Mon Sep 17 00:00:00 2001 From: Matteo Voges <98756476+MatteoVoges@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:35:16 +0100 Subject: [PATCH] Revert "chore: bump int128/docker-manifest-create-action from 1 to 2" --- .github/workflows/test-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index b39b2d802..30be574a1 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -227,7 +227,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - - uses: int128/docker-manifest-create-action@v2 + - uses: int128/docker-manifest-create-action@v1 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}} if: env.DOCKERHUB_USERNAME != null