Skip to content

Commit

Permalink
style(ct): fix typo in secrets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 12, 2024
1 parent d7fbf87 commit b6fb122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
"Flags": ["--allow-insecure-entitlement=network.host"],
"Files": null},
{"Name": "dataverse1",
"Endpoint": "ssh://${{ secret.BUILDER_ARM64_SSH_CONNECTION }}",
"Endpoint": "ssh://${{ secrets.BUILDER_ARM64_SSH_CONNECTION }}",
"Platforms": [{"os": "linux", "architecture": "arm64"}],
"DriverOpts": null,
"Flags": ["--allow-insecure-entitlement=network.host"],
Expand Down

0 comments on commit b6fb122

Please sign in to comment.