We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be687b commit fd18f8aCopy full SHA for fd18f8a
.github/workflows/docker-publish.yml
@@ -120,7 +120,7 @@ jobs:
120
# https://github.com/docker/build-push-action
121
- name: Build and push Docker image
122
id: build-and-push
123
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
124
with:
125
context: components/datadog/apps/${{ matrix.app }}/images/${{ matrix.image }}
126
platforms: linux/amd64,linux/arm64
0 commit comments