From e808b189e092ec842830e1790a58c173590eb172 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Mon, 19 Dec 2022 11:38:40 -0800 Subject: [PATCH] Push docker images from self-hosted e2e tests This enables the e2e test action to push Docker images to DockerHub on successful test runs. This is part of https://github.com/getsentry/self-hosted/issues/1756 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a72459c298..067e75222c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -386,6 +386,7 @@ jobs: - name: Run Sentry self-hosted e2e CI uses: getsentry/action-self-hosted-e2e-tests@fa5b8240848f0e645ac2918c530e60ec8f50e4b8 with: + docker_password: ${{ secrets.DOCKER_HUB_RW_TOKEN }} project_name: relay local_image: ${{ steps.image_pull.outputs.relay-test-image-name }} docker_repo: docker.io/getsentry/relay