Update build1.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent b02931d9a8
commit f0f2d07d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build1.yml

@ -32,7 +32,7 @@ jobs:
docker buildx inspect mybuilder --bootstrap
docker buildx build --tag ${DOCKERHUB_REPOSITORY} -f Dockerfile1 --platform=linux/arm64,linux/amd64,linux/s390x . --push
docker buildx build --tag ${DOCKERHUB_REPOSITORY} -f Dockerfile1 --platform=linux/arm64,linux/amd64 . --push
- name: Test container
run: |

Loading…
Cancel
Save