Skip to content

Commit dea8ab0

Browse files
committed
Fixed step reference
1 parent be0869e commit dea8ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
context: .
3838
platforms: linux/amd64,linux/arm64
3939
push: ${{ github.event_name != 'pull_request' }}
40-
tags: ${{ steps.meta.outputs.tags }}
41-
labels: ${{ steps.meta.outputs.labels }}
40+
tags: ${{ steps.metadata.outputs.tags }}
41+
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)