Fixed pipeline issue

This commit is contained in:
Nathan Higley 2022-01-15 17:46:06 -05:00 committed by GitHub
parent 1344415176
commit a5b6cb6e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,5 +70,5 @@ jobs:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
platforms: linux/arm64/v8,linux/amd64 platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}