diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index 885853cbb..f924c9d56 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -225,7 +225,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - - uses: int128/docker-manifest-create-action@v1 + - uses: int128/docker-manifest-create-action@v2 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}} if: env.DOCKERHUB_USERNAME != null