Browse Source

Merge pull request #2510 from dexidp/dependabot/github_actions/docker/build-push-action-3

pull/2506/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
866f3e0c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/artifacts.yaml
  2. 2
      .github/workflows/docker.yaml

2
.github/workflows/artifacts.yaml

@ -67,7 +67,7 @@ jobs:
if: github.event_name == 'push'
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64

2
.github/workflows/docker.yaml

@ -72,7 +72,7 @@ jobs:
if: github.event_name == 'push'
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64

Loading…
Cancel
Save