Skip to content

Commit

Permalink
Merge pull request #3532 from DataDog/robertomonteromiguel/dd_lib_inj…
Browse files Browse the repository at this point in the history
…ection_generate_latest_snapshot

k8s-lib-injection: Generate latest_snapshot lib init image
  • Loading branch information
TonyCTHsu authored Mar 19, 2024
2 parents 20ea0f3 + e8d5bc4 commit 1ed3614
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lib-injection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Docker
run: docker login -u publisher -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
- name: Docker latest snapshot build
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v3
with:
push: true
tags: ghcr.io/datadog/dd-trace-rb/dd-lib-ruby-init:latest_snapshot
platforms: 'linux/amd64,linux/arm64/v8'
build-args: DDTRACE_RUBY_SHA=${{ github.sha }}
context: ./lib-injection
- name: Docker Build
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 1ed3614

Please sign in to comment.