Commit Graph

6 Commits

Author SHA1 Message Date
Henry Rausch
32580be6b4
Build and push Docker image with Buildx
The commit adds steps to build and push a Docker image using Buildx in the GitHub Actions workflow. It includes checking out the repository, installing the cosign tool, setting up Docker buildx, logging into the Docker registry, extracting metadata for Docker, and finally building and pushing the Docker image with the specified tags and platforms. The commit ensures that the image is only pushed when the event name is not a pull request.
2023-11-16 23:46:25 +01:00
Henry Rausch
0c3dd6b7e2
Update docker image push configuration
Changed the repository for pushing the docker image to GHCR from `ghcr.io/cp6/my-idlers` to `ghcr.io/hra42/my-idlers-arm64` in order to align with the updated repository naming convention.
2023-11-16 23:41:33 +01:00
Henry Rausch
27a0cd494a
Update tags in GitHub Actions workflow
This commit updates the tags in the GitHub Actions workflow for building Docker images. The previous tags `ghcr.io/cp6/my-idlers` are replaced with `ghcr.io/hra42/my-idlers-arm64`. This change ensures that the correct tags are used for the Docker image.
2023-11-16 23:38:46 +01:00
Henry Rausch
53bdc596a5
Build container image with support for both Linux/amd64 and Linux/arm64 platforms. 2023-11-16 23:37:00 +01:00
Manu
2801dd9e52 Enable Docker image rebuild on every push, add PikaPods hosting option. 2022-05-17 16:36:07 +04:00
Manuel Riel
bf2861853f Fix run.sh to run setup only once, add Docker example in README, add Workflow to update container 2022-03-14 06:19:11 +00:00