diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 4c5eb50..14e9a3e 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -12,11 +12,11 @@ jobs: matrix: include: - image: invoiceninja/invoiceninja-octane - context: ./debian + context: debian steps: - name: Checkout - uses: actions/checkout@v4 # Updated from v2 + uses: actions/checkout@v4 with: fetch-depth: 0