diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e8e3d413..9ba06342b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: with: context: . build-args: | - BASE_TAG=dev + BASE_TAG=dev-base file: ./docker/Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }}