Skip to content

Commit

Permalink
updates for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Nov 8, 2023
1 parent 712d2bf commit bc909b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-discovery-agent-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: build/traceability/Dockerfile
file: build/discovery/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion build/traceability/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
-X 'github.com/Axway/agent-sdk/pkg/cmd.BuildAgentDescription=Kong Traceability Agent'" \
-a -o /traceability_agent ${BASEPATH}/pkg/main/traceability/main.go

RUN copy /go/src/github.com/Axway/agents-kong/build/traceability_agent/kong_traceability_agent.yml /kong_traceability_agent.yml
RUN copy ${BASEPATH}/build/traceability/kong_traceability_agent.yml /kong_traceability_agent.yml

# Create non-root user
RUN addgroup -g 2500 axway && adduser -u 2500 -D -G axway axway
Expand Down

0 comments on commit bc909b0

Please sign in to comment.