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

Commit a08124f

Browse files
gilesknapcoretl
authored andcommitted
add version label to container registry push
1 parent c5f583f commit a08124f

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
@@ -160,6 +160,7 @@ jobs:
160160
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
161161
load: ${{ ! (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
162162
tags: ${{ steps.meta.outputs.tags }}
163+
labels: ${{ steps.meta.outputs.labels }}
163164
context: .devcontainer
164165
# If you have a long docker build, uncomment the following to turn on caching
165166
# For short build times this makes it a little slower

0 commit comments

Comments
 (0)