We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc883f commit 3271bcdCopy full SHA for 3271bcd
.github/workflows/agentless-container.yaml
@@ -18,7 +18,9 @@ env:
18
REGISTRY: ghcr.io
19
IMAGE_NAME: ${{ github.repository }}
20
DOCKER_CMD: docker
21
-build-and-publish-agentless:
+
22
+jobs:
23
+ build-and-publish-agentless:
24
runs-on: ubuntu-latest
25
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
26
permissions:
0 commit comments