Skip to content

Commit 3271bcd

Browse files
committed
fix(ci/github/agentless): syntax issue in workflow
1 parent 3fc883f commit 3271bcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/agentless-container.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ env:
1818
REGISTRY: ghcr.io
1919
IMAGE_NAME: ${{ github.repository }}
2020
DOCKER_CMD: docker
21-
build-and-publish-agentless:
21+
22+
jobs:
23+
build-and-publish-agentless:
2224
runs-on: ubuntu-latest
2325
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2426
permissions:

0 commit comments

Comments
 (0)