We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61bc07 commit f5dfd46Copy full SHA for f5dfd46
1 file changed
.github/workflows/docker-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/build-push-action@v2
30
with:
31
context: image/.
32
- tags: ghcr.io/edythecow/code-server:latest
+ tags: ghcr.io/edythecow/vscode-server:latest
33
push: ${{ github.ref == 'refs/heads/master' }}
34
35
- name: Image digest
0 commit comments