Skip to content

Commit

Permalink
Push docker images from self-hosted e2e tests
Browse files Browse the repository at this point in the history
This enables the e2e test action to push Docker images to DockerHub on successful test runs. This is part of getsentry/self-hosted#1756
  • Loading branch information
emmatyping authored Dec 19, 2022
1 parent cf55475 commit e808b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e808b18

Please sign in to comment.