Browse Source

Merge pull request #3997 from dexidp/dependabot/github_actions/docker/build-push-action-6.14.0

build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0
pull/4001/head
Márk Sági-Kazár 1 year ago committed by GitHub
parent
commit
0f2d48c84c
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x

Loading…
Cancel
Save