From 1a8fe5e945a55a646648e3f68d99151677fe2a69 Mon Sep 17 00:00:00 2001 From: "Matt, Matthias" Date: Mon, 8 Jul 2024 18:02:08 +0200 Subject: [PATCH] Use full path for Dockerfile --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f62dba2..ea1c8da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: type=sha - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -83,7 +83,7 @@ jobs: # if: startsWith(needs.init.outputs.changeDirs, matrix.directory) with: context: ${{ matrix.directory }} - file: Dockerfile + file: ./${{ matrix.directory }}/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}