File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,20 +100,20 @@ jobs:
100100 labels : ${{ steps.metaClient.outputs.labels }}
101101 platforms : linux/amd64
102102
103- # Process for the `relay-smtpt ` subfolder
104- - name : Extract metadata (tags, labels) for relay- smtp
103+ # Process for the `smtp-relay ` subfolder
104+ - name : Extract metadata (tags, labels) for smtp-relay
105105 id : metaSmtp
106106 uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
107107 with :
108- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/relay- smtp
108+ images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/smtp-relay
109109 tags : |
110110 # set latest tag for default branch
111111 type=raw,value=latest,enable={{is_default_branch}}
112112
113- - name : Build and push Docker image (relay- smtp)
113+ - name : Build and push Docker image (smtp-relay )
114114 uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
115115 with :
116- context : ./relay- smtp
116+ context : ./smtp-relay
117117 push : true
118118 tags : ${{ steps.metaSmtp.outputs.tags }}
119119 labels : ${{ steps.metaSmtp.outputs.labels }}
You can’t perform that action at this time.
0 commit comments