From 7d53863786dd127e9c7dac655823996ad1bf0640 Mon Sep 17 00:00:00 2001 From: Otto Lote Date: Thu, 2 May 2024 15:03:58 +0200 Subject: [PATCH] Update pipeline for new folder structure --- .github/workflows/publish-container-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-container-image.yaml b/.github/workflows/publish-container-image.yaml index c5e8bee..9019584 100644 --- a/.github/workflows/publish-container-image.yaml +++ b/.github/workflows/publish-container-image.yaml @@ -67,12 +67,12 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: ./publisher + context: ./markdown2confluence push: ${{ github.event_name != 'pull_request' }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - file: ./publisher/Dockerfile + file: ./markdown2confluence/Dockerfile tags: | ${{ steps.meta.outputs.tags }} platforms: linux/amd64,linux/arm/v7,linux/arm64