Fix typo on build worflow

This commit is contained in:
Lod 2023-02-18 11:36:52 +01:00 committed by Glandos
parent 3666c248f2
commit 26dce717b2

View file

@ -61,7 +61,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platform: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}