Skip to content

Commit

Permalink
refactor(github): change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 15, 2024
1 parent 4f40344 commit a99e5d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
client:
uses: ./.github/workflows/build-golang-alpine.yml
uses: ./.github/workflows/reusable-build-golang-alpine.yml
with:
make_command: build-client
secrets: inherit

tunnel:
uses: ./.github/workflows/build-golang-alpine.yml
uses: ./.github/workflows/reusable-build-golang-alpine.yml
with:
make_command: build-tunnel
secrets: inherit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-sshd:
uses: ./.github/workflows/build-push.yml
uses: ./.github/workflows/reusable-push-image.yml
with:
context: .
file: tunnel.Dockerfile
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a99e5d6

Please sign in to comment.