mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Fix underscores / dashes typo from #6208
This commit is contained in:
2
.github/workflows/_build_artifacts.yml
vendored
2
.github/workflows/_build_artifacts.yml
vendored
@@ -181,7 +181,7 @@ jobs:
|
||||
client_image: ${{ steps.image-name.outputs.client_image }}
|
||||
relay_image: ${{ steps.image-name.outputs.relay_image }}
|
||||
gateway_image: ${{ steps.image-name.outputs.gateway_image }}
|
||||
http_test_server_image: ${{ steps.image-name.outputs.http_test_server_image }}
|
||||
http_test_server_image: ${{ steps.image-name.outputs.http-test-server_image }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user