Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Aug 15, 2024
1 parent 3c0ba83 commit da5bdd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -32,12 +33,12 @@ 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
with:
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

0 comments on commit da5bdd6

Please sign in to comment.