Skip to content

Commit db39c75

Browse files
forgot to pass metadata outputs to build-push-action
1 parent 3294df1 commit db39c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_production_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
id: docker_build
5656
uses: docker/build-push-action@v6
5757
with:
58-
tags: ${{ steps.generate_tag.outputs.tags }}
58+
tags: ${{ steps.meta.outputs.tags }}
59+
labels: ${{ steps.meta.outputs.labels }}
5960
push: true
6061
context: .
6162

0 commit comments

Comments
 (0)