Browse Source

Merge pull request #4135 from dexidp/dependabot/github_actions/docker/build-push-action-6.17.0

build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0
pull/4137/head
Márk Sági-Kazár 10 months ago committed by GitHub
parent
commit
183d845758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/artifacts.yaml

@ -117,7 +117,7 @@ jobs:
- name: Build and push image
id: build
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x

Loading…
Cancel
Save