Skip to content

Commit

Permalink
Update docs regarding tags in custom cache image name
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 26, 2023
1 parent a237ace commit 66862e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ or

- **pull_image_and_stages**: Set to `false` to avoid pulling from the registry or to build from scratch (default: `true`).

- **stages_image_name**: Set custom name for stages. Useful if using a job matrix (default: `$image_name-stages)`.
- **stages_image_name**: Set custom name for stages/cache. Useful if using a job matrix (default: `${image_name}-stages`). Do not use tags here to avoid confusion (tags are ignored in new versions) or errors (in old versions).

- **push_image_and_stages**: Test a command before pushing. Use `false` to not push at all (default: `true`).

Expand Down

0 comments on commit 66862e3

Please sign in to comment.