File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 60
60
type=raw,value=${{ steps.version.outputs.VERSION }},enable=true
61
61
type=raw,value=latest,enable=${{ github.event_name == 'push' }}
62
62
63
+ - name : Determine Docker metadata
64
+ id : meta_import
65
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
66
+ with :
67
+ images : |
68
+ modelix/mps-git-import
69
+ tags : |
70
+ type=raw,value=${{ steps.version.outputs.VERSION }},enable=true
71
+ type=raw,value=latest,enable=${{ github.event_name == 'push' }}
72
+
63
73
# Perform the build in a separate call to avoid trying to publish
64
74
# something where the build already failed partially. This could happen
65
75
# due to the use of the --continue flag in the publish step.
@@ -128,5 +138,5 @@ jobs:
128
138
file : ./mps-git-import-cli/Dockerfile
129
139
platforms : linux/amd64,linux/arm64
130
140
push : ${{ env.PUSH }}
131
- tags : ${{ steps.meta .outputs.tags }}
132
- labels : ${{ steps.meta .outputs.labels }}
141
+ tags : ${{ steps.meta_import .outputs.tags }}
142
+ labels : ${{ steps.meta_import .outputs.labels }}
You can’t perform that action at this time.
0 commit comments