Skip to content

Commit 6d43085

Browse files
authored
Remove container build/push from agent-splunk pipeline (#1038)
1 parent e1b8e8c commit 6d43085

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-agent-splunk.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
with:
2323
name: agent-splunk
2424
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
3225

3326
release:
3427
needs: build

tools/agents/agent-splunk/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ go build -o agent-splunk .
4141
podman build -f Containerfile -t agent-splunk .
4242
podman run --env-file .env agent-splunk
4343
```
44-

0 commit comments

Comments
 (0)