# Multi-platform Docker images with GoReleaser and GitHub Actions

DevFeed: [Multi-platform Docker images with GoReleaser and GitHub Actions](<https://devfeed.tech/articles/multi-platform-docker-images-with-goreleaser-and-github-actions-37812.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/multi-platform-docker-images-goreleaser-gh-actions/>)

Author: Carlos Alexandro Becker

Published: 2020-11-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [GitHub Container Registry](<https://devfeed.tech/topics/github-container-registry.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [github-container-registry](<https://devfeed.tech/tags/github-container-registry.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

## AI overview

This guide explains how to use GoReleaser with GitHub Actions to release multi-platform Docker images, also known as Docker Manifests. It covers the GoReleaser configuration, local verification, GitHub Container Registry authentication, and the required setup for building images on multiple platforms.

## Source excerpt

GoReleaser v0.148.0 is out, and with it, the ability to release multi-platform Docker images, a.k.a. Docker Manifests.