Fix typo in arm64 namespace

This commit is contained in:
Mohamed Elashri 2024-04-05 00:59:05 +00:00 committed by GitHub
parent 1a13ef6921
commit 06a31fd67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
platforms: linux/amd64,linux/arm6 platforms: linux/amd64,linux/arm64
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}