We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b8e8c commit 6d43085Copy full SHA for 6d43085
2 files changed
.github/workflows/build-agent-splunk.yml
@@ -22,13 +22,6 @@ jobs:
22
with:
23
name: agent-splunk
24
path: tools/agents/agent-splunk/agent-splunk
25
- - name: Build and push image
26
- uses: docker/build-push-action@v6
27
- with:
28
- context: tools/agents/agent-splunk
29
- file: tools/agents/agent-splunk/Containerfile
30
- push: true
31
- tags: ghcr.io/pulp/agent-splunk:latest
32
33
release:
34
needs: build
tools/agents/agent-splunk/README.md
@@ -41,4 +41,3 @@ go build -o agent-splunk .
41
podman build -f Containerfile -t agent-splunk .
42
podman run --env-file .env agent-splunk
43
```
44
-
0 commit comments