From a34f8a767fe071fc7045345ec1029b83f0e3aae7 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 30 Mar 2024 23:11:21 +0100 Subject: [PATCH] chore(): let's test pushing the container after building --- .forgejo/workflows/build-container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-container.yml b/.forgejo/workflows/build-container.yml index 73daf73..782a24d 100644 --- a/.forgejo/workflows/build-container.yml +++ b/.forgejo/workflows/build-container.yml @@ -31,5 +31,6 @@ jobs: uses: docker/build-push-action@v5 with: context: . - push: false + platforms: linux/amd64,linux/arm64 + push: true tags: scm.project42.io/elia/ansible-actions-container:latest