Browse Source

rename docker repo (#1702)

pull/1705/head
Kostas Bariotis 6 years ago committed by GitHub
parent
commit
1f375522d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish-docker.yml

2
.github/workflows/publish-docker.yml

@ -15,6 +15,6 @@ jobs: @@ -15,6 +15,6 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: excalidraw/excalidraw
repository: getexcalidraw/excalidraw
tag_with_ref: true
tag_with_sha: true

Loading…
Cancel
Save