Skip to content

Commit 7e5d90f

Browse files
committed
Add explanations around Docker images
1 parent 9438f53 commit 7e5d90f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM takanabe/github-actions-automate-projects:v0.0.1
1+
FROM takanabe/github-actions-automate-projects:latest
22

33
LABEL "com.github.actions.name"="Automate projects"
44
LABEL "com.github.actions.description"="GitHub Actions adding GitHub Issues & Pull requests to the specified GitHub Project column automatically ♻️"

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GitHub Actions adding GitHub Issues & Pull requests to the specified GitHub Proj
1212

1313
GitHub Projects belong to organizations, repositories, and users. This GitHub action currently does not support user-based GitHub Project. For any type of GitHub Projects, you need to change `GITHUB_PROJECT_URL` and `GITHUB_PROJECT_COLUMN_NAME` depending on your GitHub Project URL and column name to which you want to add new cards. Create `.github/workflows/issues.yml` file on your repository and edit like below.
1414

15-
1615
### Repository-based project
1716

1817
```yml
@@ -73,6 +72,10 @@ User-based project is not supported yet
7372

7473
## Configurations
7574

75+
### Docker images
76+
77+
Docker images for this action are automatically built when master branch is updated or new release tags are created in this repository with `latest` and corresponded tag names (e.g: `v.0.0.1`). Please use `uses: docker://takanabe/github-actions-automate-projects:v0.0.1` and `uses: docker://takanabe/github-actions-automate-projects:latest` syntax to use pre-build images for this GitHub Actions.
78+
7679
### Environment variables
7780

7881
| Environment variable | Value | Description |

0 commit comments

Comments
 (0)