feat: Adds release workflow and rearranges tags used to build images.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 4m34s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 4m34s
This commit is contained in:
@@ -19,17 +19,18 @@ is used to develop inside a docker container.
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
podman run -it --name "$(basename "$pwd")" \
|
||||
podman run -it --name "$(basename "$PWD")" \
|
||||
-v "$HOME/.config/nvim":/root/.config/nvim \
|
||||
-v "$HOME/.local/share/nvim":/root/.local/share/nvim \
|
||||
-v "$(pwd)":/root/dev \
|
||||
-v "$PWD":/root/dev \
|
||||
-w /root/dev \
|
||||
git.housh.dev/michael/swift-dev:latest \
|
||||
/bin/bash
|
||||
git.housh.dev/michael/swift-dev-container:latest
|
||||
```
|
||||
|
||||
### Notes
|
||||
|
||||
The default command will open neovim in the `/root/dev` folder.
|
||||
|
||||
The above runs a container and names it so that it can be restarted
|
||||
in the future to continue working on a project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user