Removed separate build step

It looks like part of the build step is repeated in the push step
due to bad caching possibly.
This commit is contained in:
Mark Schmitt 2021-01-01 12:53:16 +01:00 committed by GitHub
parent 3f01a9e1e2
commit 97d068c3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,6 @@ jobs:
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3.1.0
- name: Docker Buildx (build)
run: |
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
- name: Docker Login
if: success() && github.event_name != 'pull_request'
env: