diff --git a/.github/workflows/image-ci.yml b/.github/workflows/image-ci.yml index 31a9026..dc9ec6b 100644 --- a/.github/workflows/image-ci.yml +++ b/.github/workflows/image-ci.yml @@ -3,7 +3,6 @@ name: image-ci on: push: branches: - - 'main' - 'github-action' tags: - 'v*' diff --git a/03-installation-and-set-up/README.md b/03-installation-and-set-up/README.md index 6a859de..0559a3e 100644 --- a/03-installation-and-set-up/README.md +++ b/03-installation-and-set-up/README.md @@ -10,7 +10,7 @@ Docker Engine: https://get.docker.com/ ## Configuring Docker Desktop -The default settings are likely find for getting started, but if you begin to run more intensive applications, you may want to adjust the resources available to Docker. This can be done within the settings panel in the GUI. +The default settings are likely fine for getting started, but if you begin to run more intensive applications, you may want to adjust the resources available to Docker. This can be done within the settings panel in the GUI. ![](./readme-assets/docker-desktop-config.jpg)