Update build_image.yml

This commit is contained in:
Linus Dietz
2023-06-19 11:53:53 +02:00
committed by GitHub
parent 1ed6035a54
commit 6dad197ed6
+3 -3
View File
@@ -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 }}