Browse Source

Merge pull request #4108 from dexidp/dependabot/github_actions/docker/build-push-action-6.16.0

build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0
pull/4105/head
Márk Sági-Kazár 10 months ago committed by GitHub
parent
commit
1a19547642
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x

Loading…
Cancel
Save