mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-07-22 02:13:01 +02:00
Update build_image.yml
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
- name: Docker meta
|
||||
id: <meta_id> # you'll use this in the next step
|
||||
id: meta_id # you'll use this in the next step
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
@@ -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_id.outputs.tags }}
|
||||
labels: ${{ steps.meta_id.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user