From 2c37835a772737444c669a4940fbe09156bd929b Mon Sep 17 00:00:00 2001 From: James Jones Date: Mon, 21 Nov 2022 16:51:14 -0500 Subject: [PATCH] Adding on github actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff9ec78..e4441a3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ and able to use `docker` as a command as well as includes `docker-compose`. This job runs on a self-hosted Github Actions agent and publishes to Github's container registry ghcr.io as a 'public' image and can be downloaded via a simple docker command or other means as you see fit. +Note: The `build-push` action doesn't work with 'podman' (commented out in the pipeline) as it tightly coupled with 'buildx' which is only supported with native docker. + ``` docker pull ghcr.io/jamesjonesconsulting/podman-dind-like:latest ```