Skip to content

Commit 6d1d9a5

Browse files
committed
darn quotation marks
1 parent 4d15297 commit 6d1d9a5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ jobs:
6565
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6666
labels: |
6767
maintainer=dzsquared
68-
org.opencontainers.image.title="SQL container manager"
69-
org.opencontainers.image.description="Create, connect, and manage SQL dev containers"
70-
org.opencontainers.image.vendor="DrewSK.Tech"
71-
com.docker.desktop.extension.api.version="0.3.4"
72-
com.docker.extension.screenshots="[{'alt':'SQL extension with container details expanded.', 'url':'https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/images/screenshot2.png'}, {'alt':'SQL extension with two containers listed.', 'url':'https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/images/screenshot1.png'}]"
73-
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/Database.png"
74-
com.docker.extension.detailed-description="With the SQL extension you can create a new SQL container quickly in Docker Desktop. Select the version of SQL Server you want to use, enter a container name, SQL port, and generate a password before clicking the plus button to create the container. Once a container is created, you can start, stop, and delete it using the buttons in the extension tab. Connect to the container directly in the extension with the embedded sqlcmd tool or by using your preferred SQL client. For convenience the connection string is displayed in the extension tab and a button for launching Azure Data Studio is provided."
75-
com.docker.extension.publisher-url="https://github.com/dzsquared/docker-sql-extension"
76-
com.docker.extension.additional-urls="[{'title':'Source code and notices','url':'https://github.com/dzsquared/docker-sql-extension/blob/main/README.md'},{'title':'License','url':'https://github.com/dzsquared/docker-sql-extension/blob/main/LICENSE'}]"
77-
com.docker.extension.categories="database"
78-
com.docker.extension.changelog="<h3>1.0, Initial release</h3><ul><li>SQL container creation</li><li>Connection strings</li><li>Add and list databases</li><li>Embedded sqlcmd CLI</li></ul>"
68+
org.opencontainers.image.title=SQL container manager
69+
org.opencontainers.image.description=Create, connect, and manage SQL dev containers
70+
org.opencontainers.image.vendor=DrewSK.Tech
71+
com.docker.desktop.extension.api.version=0.3.4
72+
com.docker.extension.screenshots=[{"alt":"SQL extension with container details expanded.", "url":"https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/images/screenshot2.png"}, {"alt":"SQL extension with two containers listed.", "url":"https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/images/screenshot1.png"}]
73+
com.docker.desktop.extension.icon=https://raw.githubusercontent.com/dzsquared/docker-sql-extension/main/Database.png
74+
com.docker.extension.detailed-description=With the SQL extension you can create a new SQL container quickly in Docker Desktop. Select the version of SQL Server you want to use, enter a container name, SQL port, and generate a password before clicking the plus button to create the container. Once a container is created, you can start, stop, and delete it using the buttons in the extension tab. Connect to the container directly in the extension with the embedded sqlcmd tool or by using your preferred SQL client. For convenience the connection string is displayed in the extension tab and a button for launching Azure Data Studio is provided.
75+
com.docker.extension.publisher-url=https://github.com/dzsquared/docker-sql-extension
76+
com.docker.extension.additional-urls=[{"title":"Source code and notices","url":"https://github.com/dzsquared/docker-sql-extension/blob/main/README.md"},{"title":"License","url":"https://github.com/dzsquared/docker-sql-extension/blob/main/LICENSE"}]
77+
com.docker.extension.categories=database
78+
com.docker.extension.changelog=<h3>1.0, Initial release</h3><ul><li>SQL container creation</li><li>Connection strings</li><li>Add and list databases</li><li>Embedded sqlcmd CLI</li></ul>
7979
8080
# Build and push Docker image with Buildx
8181
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)