diff --git a/.drone/drone.yml b/.drone/drone.yml index 002067ded35f..823a87821f4c 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -93,14 +93,14 @@ steps: depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-drone-drift - commands: - make BUILD_IN_CONTAINER=false check-generated-files depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-generated-files - commands: - cd .. @@ -110,7 +110,7 @@ steps: depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: clone-target-branch when: event: @@ -121,7 +121,7 @@ steps: - clone-target-branch - check-generated-files environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: test - commands: - cd ../loki-target-branch @@ -129,7 +129,7 @@ steps: depends_on: - clone-target-branch environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: test-target-branch when: event: @@ -142,7 +142,7 @@ steps: - test - test-target-branch environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: compare-coverage when: event: @@ -160,7 +160,7 @@ steps: TOKEN: from_secret: github_token USER: grafanabot - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: report-coverage when: event: @@ -170,7 +170,7 @@ steps: depends_on: - check-generated-files environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: lint - commands: - make BUILD_IN_CONTAINER=false check-mod @@ -178,7 +178,7 @@ steps: - test - lint environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-mod - commands: - apk add make bash && make lint-scripts @@ -189,21 +189,21 @@ steps: depends_on: - check-generated-files environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: loki - commands: - make BUILD_IN_CONTAINER=false check-doc depends_on: - loki environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-doc - commands: - make BUILD_IN_CONTAINER=false check-format GIT_TARGET_BRANCH="$DRONE_TARGET_BRANCH" depends_on: - loki environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-format when: event: @@ -213,14 +213,14 @@ steps: depends_on: - loki environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: validate-example-configs - commands: - make BUILD_IN_CONTAINER=false check-example-config-doc depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: check-example-config-doc - commands: - mkdir -p /hugo/content/docs/loki/latest @@ -253,7 +253,7 @@ steps: depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: loki-mixin-check when: event: @@ -278,7 +278,7 @@ steps: depends_on: - clone environment: {} - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: documentation-helm-reference-check trigger: ref: @@ -1439,7 +1439,7 @@ steps: NFPM_SIGNING_KEY: from_secret: gpg_private_key NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: write-key - commands: - make BUILD_IN_CONTAINER=false packages @@ -1447,7 +1447,7 @@ steps: NFPM_PASSPHRASE: from_secret: gpg_passphrase NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: test packaging - commands: - ./tools/packaging/verify-deb-install.sh @@ -1473,7 +1473,7 @@ steps: NFPM_PASSPHRASE: from_secret: gpg_passphrase NFPM_SIGNING_KEY_FILE: /drone/src/private-key.key - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: publish when: event: @@ -1507,7 +1507,7 @@ steps: from_secret: docker_password DOCKER_USERNAME: from_secret: docker_username - image: grafana/loki-build-image:0.28.3 + image: grafana/loki-build-image:0.28.4 name: build and push privileged: true volumes: @@ -1772,6 +1772,6 @@ kind: secret name: gpg_private_key --- kind: signature -hmac: 81437a4d7383dd556801f441c1510191471ae0349da15361a0b661bdc44bb8cd +hmac: 5bde1f9d0433ad40da89581e7c5f6b8b4be700514140cc69046be10512ffb96d ...