Skip to content

Commit

Permalink
Fix/docker test (#272)
Browse files Browse the repository at this point in the history
* fix(): small trial for a fix 🐛

* fix(): small trial for a fix 🐛

* fix(): small trial for a fix 🐛

* fix(): small trial for a fix 🐛

* fix(): small trial for a fix 🐛

* fix(): small trial for a fix 🐛

* fix(): #235 docker image test 🐛

* fix(): #235 docker image test 🐛
  • Loading branch information
AndreasAugustin authored Dec 31, 2022
1 parent 948c12f commit 8b3a810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down

0 comments on commit 8b3a810

Please sign in to comment.