Skip to content

Commit

Permalink
bump to latest agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowning-betterup committed Jul 29, 2024
1 parent 8c2a235 commit 326f873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

env:
REGISTRY: ghcr.io
AGENT_VERSION: 7.54.1
CLUSTER_AGENT_IMAGE_NAME: "${{ github.repository }}/datadog-cluster-agent:${{ github.sha }}-7.54.1-GOV"
AGENT_IMAGE_NAME: "${{ github.repository }}/datadog-agent:${{ github.sha }}-7.54.1-GOV"
AGENT_VERSION: 7.55.2
CLUSTER_AGENT_IMAGE_NAME: "${{ github.repository }}/datadog-cluster-agent:${{ github.sha }}-7.55.2-GOV"
AGENT_IMAGE_NAME: "${{ github.repository }}/datadog-agent:${{ github.sha }}-7.55.2-GOV"

jobs:
build-and-scan:
Expand Down

0 comments on commit 326f873

Please sign in to comment.