Browse Source

Merge pull request #3603 from dexidp/dependabot/github_actions/docker/build-push-action-6.3.0

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

2
.github/workflows/artifacts.yaml

@ -118,7 +118,7 @@ jobs:
- name: Build and push image
id: build
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x

Loading…
Cancel
Save