diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21c4447..05abeac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,10 +2,10 @@ name: Publish on: push: - # branches: - # - "main" - # paths: - # - "images/**/*" + branches: + - "main" + paths: + - "images/**/*" # add workflow dispatch to manually publish the current images workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02f0525..6697580 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Build and export to Docker uses: docker/build-push-action@v5 with: - context: . + context: ./images/${{ matrix.image }} load: true tags: ${{ matrix.image }}