diff --git a/.github/workflows/push_docker.yml b/.github/workflows/push_docker.yml index 6c35c10..f8e2459 100644 --- a/.github/workflows/push_docker.yml +++ b/.github/workflows/push_docker.yml @@ -77,5 +77,5 @@ jobs: && sudo mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test echo "Run tests" container-structure-test test \ - --image ghcr.io/andreasaugustin/${{ matrix.variant }}:main \ - --pull --config src/test-config.yaml + --image ghcr.io/andreasaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.version }} \ + --config src/test-config.yaml diff --git a/README.md b/README.md index 1b9c76c..cef8009 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ You will receive a pull request within your repository if there are some changes | github_token | Token for the repo. Can be passed in using `$\{{ secrets.GITHUB_TOKEN }}` | `true` | | | source_repo_path | Repository path of the template | `true` | | | upstream_branch | The target branch | `true` | `main` | -| source_repo_ssh_private_key | `[optional]` private ssh key for the source repository. E.q. useful if using a private template repository. -[see](#private-template-repository)| `false` | | +| source_repo_ssh_private_key | `[optional]` private ssh key for the source repository. [see](#private-template-repository)| `false` | | | pr_branch_name_prefix | `[optional]` the prefix of branches created by this action | `false` | `chore/template_sync` | | pr_title | `[optional]` the title of PRs opened by this action. Must be already created. | `false` | `upstream merge template repository` | | pr_labels | `[optional]` comma separated list. [pull request labels][pr-labels]. Must be already created. | `false` | |