| Commit message (Collapse) | Author | Age | Files | |
|---|---|---|---|---|
| * | Bump docker/metadata-action from 4 to 5 (#113) | dependabot[bot] | 2023-11-08 | 1 |
| | | ||||
| * | Bump docker/login-action from 2 to 3 (#112) | dependabot[bot] | 2023-11-08 | 1 |
| | | ||||
| * | Bump docker/setup-buildx-action from 2 to 3 (#115) | dependabot[bot] | 2023-11-08 | 1 |
| | | ||||
| * | Bump actions/checkout from 3 to 4 (#110) | dependabot[bot] | 2023-10-31 | 1 |
| | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| * | ci: Publish Docker image to ghcr.io on release (#82) | Abhinav Gupta | 2023-04-21 | 1 |
| Adds a workflow that builds and publishes a Docker image to ghcr.io based on the Dockerfile in the root of the repository. This will become available at https://github.com/uber-go/sally/pkgs/container/sally. Users will be able to import it by using `ghcr.io/uber-go/sally:$tag` with `docker pull` or in the `FROM` clause of their own Docker file. As a test for this, I published it manually to my own fork. The image is at https://github.com/abhinav/sally/pkgs/container/sally. With that, I ran the following Dockerfile: FROM ghcr.io/abhinav/sally:master COPY sally.yaml / And it worked as expected. | ||||