diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 45262b3..329e7c3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -52,7 +52,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 with: context: . push: true diff --git a/ql b/ql new file mode 100644 index 0000000..fbef3c3 --- /dev/null +++ b/ql @@ -0,0 +1,29 @@ +warning: in the working copy of 'query01.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query02.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query03.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query04.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query05.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query06.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query07.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query08.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query09.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query10.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query11.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query12.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query13.sql', LF will be replaced by CRLF the next time Git touches it +warning: in the working copy of 'query14.sql', LF will be replaced by CRLF the next time Git touches it + query01.sql | 4 ++-- + query02.sql | 9 +++++++++ + query03.sql | 1 + + query04.sql | 2 ++ + query05.sql | 4 ++++ + query06.sql | 16 ++++++++++++++++ + query07.sql | 27 +++++++++++++++++++++++++++ + query08.sql | 21 +++++++++++++++++++++ + query09.sql | 15 +++++++++++++++ + query10.sql | 11 +++++++++++ + query11.sql | 13 +++++++++++++ + query12.sql | 9 +++++++++ + query13.sql | 23 +++++++++++++++++++++++ + query14.sql | 23 +++++++++++++++++++++++ + 14 files changed, 176 insertions(+), 2 deletions(-)