From c33041894ac2e79a79fbdae8ce4ea4dea43678cc Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sat, 6 Jul 2024 12:08:05 +0200 Subject: [PATCH] WIP --- .github/workflows/build-container.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index cf17d74..7939266 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -27,8 +27,11 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 - - name: Build Docker Image only + - name: Build and push Docker Image uses: docker/build-push-action@v5 with: platforms: linux/amd64,linux/arm64 - push: false + context: . + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file