Skip to content

Commit

Permalink
[cd] Explicit ssh socket
Browse files Browse the repository at this point in the history
  • Loading branch information
lmark1 committed Dec 23, 2023
1 parent 8b23444 commit 4d4583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
push: true
tags: lmark1/uav_ros_simulation:${{ matrix.job.name }}-bin-${{ github.ref_name }}
ssh: |
default=$SSH_AUTH_SOCK
default=/tmp/ssh_agent.sock
build-args: |
DISTRO=${{ matrix.job.distro }}
VERSION=${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
push: true
tags: lmark2/uav_ros_simulation_source:${{ matrix.distro }}
ssh: |
default=$SSH_AUTH_SOCK
default=/tmp/ssh_agent.sock
build-args: |
DISTRO=${{ matrix.distro }}
--ssh=default

0 comments on commit 4d4583c

Please sign in to comment.