From 337aa1732ac34c0e3b08fc0c0d5b9122bf6ad19c Mon Sep 17 00:00:00 2001 From: Nicolas Thumann Date: Tue, 12 Nov 2024 16:06:49 +0100 Subject: [PATCH] Change: Fix build by dropping redundant image tag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bab6d7..8a03cd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -304,7 +304,7 @@ jobs: - name: Test Docker image run: | - podman run --rm -d --name target -p 2222:22 ${{ env.IMAGE }}:${{ env.TAG }} + podman run --rm -d --name target -p 2222:22 ${{ env.IMAGE }} sshpass -p demo ssh \ -o "StrictHostKeyChecking no" \ -o "KexAlgorithms $(ssh -Q kex | tr '\n' ',' | head -c -1)" \