From da5bdd6ef20e6b669ec3d8349355f6fe8eea12ba Mon Sep 17 00:00:00 2001 From: Mohammad Javad Naderi Date: Fri, 16 Aug 2024 00:53:40 +0330 Subject: [PATCH] Fix GitHub workflow --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0b9c8f..6e25469 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: build: @@ -32,7 +33,7 @@ jobs: context: server platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/querateam/docker-ssh-tunnel/server:latest + tags: ghcr.io/querateam/docker-ssh/server:latest - name: Build and push the client image uses: docker/build-push-action@v6 @@ -40,4 +41,4 @@ jobs: context: client platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/querateam/docker-ssh-tunnel/client:latest + tags: ghcr.io/querateam/docker-ssh/client:latest