summaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
AgeCommit message (Collapse)Author
2021-05-10ci: Support pushing images with docker/build-push-action@v2Fabian Mastenbroek
This change updates the publish workflow to support pushing images with the new docker/build-push-action version.
2021-05-06ci: Use docker/build-push-action@v2Fabian Mastenbroek
This change updates the publish workflow to use docker/build-push-action@v2. The previous version is deprecated and does not support some of the parameters that we need.
2021-05-05ci: Add workflow for publishing Docker imagesFabian Mastenbroek
This change adds a new Github Actions workflow that publishes the Docker images on publication of a new Github release.