No description
  • Dockerfile 86.5%
  • Shell 13.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-23 06:11:32 -06:00
.github Deleted .github/workflows/rebase.yml 2025-03-23 06:11:32 -06:00
.gitignore Initial commit 2022-10-23 20:33:59 -06:00
.pre-commit-config.yaml Update .pre-commit-config.yaml 2023-10-09 12:15:52 -06:00
action.yml Initial commit 2022-10-23 20:33:59 -06:00
CONTRIBUTING.md Initial commit 2022-10-23 20:33:59 -06:00
Dockerfile chore(deps): update alpine docker tag to v3.21.3 (#70) 2025-02-15 01:06:06 +00:00
entrypoint.sh Initial commit 2022-10-23 20:33:59 -06:00
HISTORY.md Initial commit 2022-10-23 20:33:59 -06:00
LICENSE Update LICENSE 2023-10-09 12:16:46 -06:00
README.md Update README.md (#59) 2024-04-25 20:04:41 -06:00

CI Update release version. Public workflows that use this action.

docker-action

Template Docker action

...
    steps:
      - uses: actions/checkout@v4
      - name: Docker Action
        uses: tj-actions/docker-action@v1

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
token string true "${{ github.token }}" GITHUB_TOKEN or a Repo scoped
PAT

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Features

  • TODO

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/docker-action/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.