Skip to content

Commit

Permalink
Change: Fix build by dropping redundant image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Nov 12, 2024
1 parent b7d6de8 commit 337aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand Down

0 comments on commit 337aa17

Please sign in to comment.