Skip to content

Commit

Permalink
fix: changed github account name
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-stark-eth committed Sep 27, 2024
1 parent 1766e16 commit fac271b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker-prepare-workspace/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ runs:

- name: Start Docker Compose Services
shell: bash
env:
GITHUB_ACTOR: ${{ github.actor }}
run: |
docker compose up -d --no-build --no-deps --quiet-pull --wait ${{ steps.compose-services.outputs.services }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
!.env.dist
.npmrc
.pnpm-store
build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This template offers the following things, ready to use, in a dockerized environ
Create with Svelte 4 (default):

```sh
npx degit bavragor/vite-svelte-docker-template app-name
npx degit bavragor/vite-svelte-docker-template#[email protected] svelte4-app-name
npx degit tony-stark-eth/vite-svelte-docker-template app-name
npx degit tony-stark-eth/vite-svelte-docker-template#[email protected] svelte4-app-name
```

Create with Svelte 5 (experimental):
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/bavragor/${DOCKER_IMAGE_TAG:-vite-svelte-docker-template:latest}
image: ghcr.io/${GITHUB_ACTOR:-tony-stark-eth}/${DOCKER_IMAGE_TAG:-vite-svelte-docker-template:latest}
container_name: docker-pnpm-svelte
build:
context: .
Expand Down

0 comments on commit fac271b

Please sign in to comment.