Skip to content

Commit e24bb31

Browse files
author
Gabriele Panico
committed
main changed
1 parent 69b9d8d commit e24bb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: meta
2828
uses: docker/metadata-action@v3
2929
with:
30-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
30+
images: tiledesk/design-studio
3131
tags: |
3232
type=ref,event=branch
3333
type=semver,pattern={{version}}
@@ -41,4 +41,4 @@ jobs:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
44-
tags: tiledesk/design-studio:${{ steps.meta.outputs.tags }}
44+
tags: {{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)