mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 11:19:52 +02:00
Update build_image.yml
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: Docker meta
|
- 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
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
@@ -65,5 +65,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm/v7
|
platforms: linux/amd64,linux/arm/v7
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.<meta_id>.outputs.tags }}
|
tags: ${{ steps.meta_id.outputs.tags }}
|
||||||
labels: ${{ steps.<meta_id>.outputs.labels }}
|
labels: ${{ steps.meta_id.outputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user