summaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yml
AgeCommit message (Expand)Author
2024-04-13Bump tj-actions/changed-files from 42 to 44 (#17401)dependabot[bot]
2024-04-12Fix publishing Docker images to Docker Hub. (#17397)Austin S. Hemmelgarn
2024-04-10Skip Go code in CI if it hasn’t changed. (#17077)Austin S. Hemmelgarn
2024-04-02Fix assorted issues in the Docker build process. (#17312)Austin S. Hemmelgarn
2024-04-01Fix handling of post-release workflows triggered by Docker workflow. (#17306)Austin S. Hemmelgarn
2024-04-01Bump tj-actions/changed-files from 43 to 44 (#17296)dependabot[bot]
2024-03-29Fix action lints (#17120)Tasos Katsoulas
2024-03-27Trigger subsequent workflows for Helmchart and MSI (#17224)Tasos Katsoulas
2024-03-21Fix job depdendencies in Docker workflow. (#17215)Austin S. Hemmelgarn
2024-03-18Bump tj-actions/changed-files from 42 to 43 (#17187)dependabot[bot]
2024-03-08Fix login to GHCR when publishing Docker images. (#17127)Austin S. Hemmelgarn
2024-03-06Switch publishing Docker images to regular repo.Austin S. Hemmelgarn
2024-03-06Fix creation of Docker image manifests.Austin S. Hemmelgarn
2024-03-06Fix issues with Docker workflow.Austin S. Hemmelgarn
2024-03-06Fix new Docker workflow skip logic.Austin S. Hemmelgarn
2024-03-06Second pass at reworking Docker CI. (#17111)Austin S. Hemmelgarn
2024-03-05Push Docker images to registries individually.Austin S. Hemmelgarn
2024-03-05Add missing checkout step in Docker workflow.Austin S. Hemmelgarn
2024-03-05Rework Docker CI to build each platform in it's own runner. (#17088)Austin S. Hemmelgarn
2024-02-26Fix a few minor bits of build-related infrastructure. (#17051)Austin S. Hemmelgarn
2024-02-12Move web/ under src/ (#16992)vkalintiris
2024-02-12Use changed files in check-files workflow (#16993)Tasos Katsoulas
2024-02-10Update input skip patterns (#16984)Tasos Katsoulas
2024-02-10Update input paths for tj-actions/changed-files (#16982)Tasos Katsoulas
2024-02-02Update file match patterns in CI jobs. (#16917)Austin S. Hemmelgarn
2024-01-22Bump tj-actions/changed-files from 41 to 42 (#16823)dependabot[bot]
2024-01-02Bump tj-actions/changed-files from 40 to 41 (#16668)dependabot[bot]
2023-12-13CMake build system. (#15996)vkalintiris
2023-10-30Bump tj-actions/changed-files from 39 to 40 (#16301)dependabot[bot]
2023-09-20Fix handling of CI skipping. (#16022)Austin S. Hemmelgarn
2023-09-18Bump docker/setup-buildx-action from 2 to 3 (#15989)dependabot[bot]
2023-09-18Bump docker/build-push-action from 4 to 5 (#15990)dependabot[bot]
2023-09-18Bump docker/setup-qemu-action from 2 to 3 (#15991)dependabot[bot]
2023-09-18Bump docker/login-action from 2 to 3 (#15992)dependabot[bot]
2023-09-11Bump actions/checkout from 3 to 4 (#15935)dependabot[bot]
2023-07-11Attempt to more aggressively skip CI jobs on PRs if those jobs are irrelevant...Austin S. Hemmelgarn
2023-03-14Auto-trigger MSI build on release. (#14721)Austin S. Hemmelgarn
2023-02-08Bump docker/build-push-action from 3 to 4 (#14437)dependabot[bot]
2023-02-01Fix typos in Docker debug image tags. (#14400)Austin S. Hemmelgarn
2023-01-31Fix publishing Docker Images to secondary registries. (#14389)Austin S. Hemmelgarn
2023-01-31Publish Docker images to GHCR.io and Quay.io (#14372)Austin S. Hemmelgarn
2023-01-04Fix typos (#14194)Dimitris Apostolou
2022-12-02Update workflows to use $GITHUB_OUTPUT instead of ::set-output:: (#13960)Austin S. Hemmelgarn
2022-07-13Add additional Docker image build with debug info included. (#13359)Austin S. Hemmelgarn
2022-07-06Explicitly skip uploads and notifications in third-party repositories. (#13308)Austin S. Hemmelgarn
2022-05-12chore(deps): bump docker/build-push-action from 2 to 3 (#12851)dependabot[bot]
2022-05-12chore(deps): bump docker/login-action from 1 to 2 (#12850)dependabot[bot]
2022-05-12chore(deps): bump docker/setup-qemu-action from 1 to 2 (#12849)dependabot[bot]
2022-05-12chore(deps): bump docker/setup-buildx-action from 1 to 2 (#12848)dependabot[bot]
2022-04-15Ensure versioned release tags include a leading `v` in workflows. (#12695)Austin S. Hemmelgarn