Skip to content

Commit

Permalink
ci: point dockerhub at new dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Dec 5, 2023
1 parent bca57ac commit 6cc53fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub_sshnpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
include:
- name: sshnpd
dockerfile: ./packages/sshnoports/templates/docker/Dockerfile
dockerfile: ./packages/sshnoports/tools/Dockerfile
- name: activate_sshnpd
dockerfile: ./packages/sshnoports/templates/docker/Dockerfile.activate
dockerfile: ./packages/sshnoports/tools/Dockerfile.activate
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6cc53fb

Please sign in to comment.