We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bf262f + 67257c6 commit 917bd83Copy full SHA for 917bd83
1 file changed
.github/workflows/container_base_push.yml
@@ -53,7 +53,7 @@ jobs:
53
# Configure a remote ARM64 build host in addition to the local AMD64 in two steps.
54
- name: Setup SSH agent
55
if: ${{ github.event_name != 'schedule' }}
56
- uses: webfactory/ssh-agent@v0.9.0
+ uses: webfactory/ssh-agent@v0.9.1
57
with:
58
ssh-private-key: ${{ secrets.BUILDER_ARM64_SSH_PRIVATE_KEY }}
59
- name: Provide the known hosts key and the builder config
0 commit comments