diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 50c1ef3..9a32e38 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -65,5 +65,5 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta_id.outputs.tags }} - labels: ${{ steps.meta_id.outputs.labels }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}