Skip to content

Commit

Permalink
Remove deploy-ssh container
Browse files Browse the repository at this point in the history
It's not been being maintained. The version of SSH & accompanying utils should be fine on the GitHub build agent. If it is, then that is better as the GitHub agents will be being patched, but that docker image isn't.

This was originally carried over from the GitLab pipeline, and probably isn't necessary here.
  • Loading branch information
JoshKeegan committed Nov 15, 2024
1 parent f1778fd commit 39e81b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
runs-on: ubuntu-latest
needs: ci-docker
if: github.ref == 'refs/heads/master'
container: joshkeegan/deploy-ssh:latest
steps:
- name: Download Artefacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 39e81b9

Please sign in to comment.