Skip to content

Commit

Permalink
Merge pull request #72 from betterup/december
Browse files Browse the repository at this point in the history
bumping to latest version
  • Loading branch information
cdowning-betterup authored Dec 15, 2023
2 parents 298ce40 + a9ac703 commit 0e84fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

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

jobs:
build-and-scan:
Expand Down

0 comments on commit 0e84fb6

Please sign in to comment.