Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit c6af148

Browse files
committed
add labels to image push
1 parent 2072ea6 commit c6af148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
166166
load: ${{ ! (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
167167
tags: ${{ steps.meta.outputs.tags }}
168+
labels: ${{ steps.meta.outputs.labels }}
168169
context: .devcontainer
169170
# If you have a long docker build, uncomment the following to turn on caching
170171
# For short build times this makes it a little slower

0 commit comments

Comments
 (0)