diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index c29be9ff..8b3cac7c 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -29,4 +29,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: latest + tags: tiledesk/design-studio:latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8ca0122..84bba4c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,4 +32,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: latest \ No newline at end of file + tags: tiledesk/design-studio:latest \ No newline at end of file