# Multi-platform Docker images with GoReleaser, Podman and GitHub Actions

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

Original publisher: [Read original article](<https://carlosbecker.com/posts/goreleaser-actions-podman/>)

Author: Carlos Alexandro Becker

Published: 2021-08-01T00: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>), [podman](<https://devfeed.tech/topics/podman.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Docker Hub](<https://devfeed.tech/topics/docker-hub.md>), [GitHub Container Registry](<https://devfeed.tech/topics/github-container-registry.md>), [personal access token](<https://devfeed.tech/topics/personal-access-token.md>)

Tags: [distribution](<https://devfeed.tech/tags/distribution.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-images](<https://devfeed.tech/tags/docker-images.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [github-container-registry](<https://devfeed.tech/tags/github-container-registry.md>), [manifest](<https://devfeed.tech/tags/manifest.md>), [personal-access-token](<https://devfeed.tech/tags/personal-access-token.md>), [podman](<https://devfeed.tech/tags/podman.md>)

## AI overview

A tutorial showing how to build and publish multi-platform container images with GoReleaser, Podman, and GitHub Actions. It explains rootless, daemonless Podman usage, multi-platform builds and manifests, GitHub Container Registry authentication with a personal access token, and release automation.

## Source excerpt

A few months ago, I published a post on Multi-platform Docker images with GoReleaser and GitHub Actions. Today's post has the same idea, but using Podman instead of Docker.