Skip to content

Commit

Permalink
remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 7, 2025
1 parent 1281da1 commit 362c516
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,8 @@ jobs:
type=registry,ref=ghcr.io/${{ github.repository_owner }}/snuba-ci:${{ steps.branch.outputs.branch }}
type=registry,ref=ghcr.io/${{ github.repository_owner }}/snuba-ci:latest
# cache-to is re-implemented using the next step, to run conditionally for contributors

#
- name: Publish images for cache
if: steps.branch.outputs.branch == 'master' || github.event.pull_request.head.repo.full_name == github.repository
# outside contributors won't be able to push to the docker registry
# ignore the failures in this step
continue-on-error: ${{ github.event_name == 'pull_request' }}
run: |
# Useful to speed up CI
docker push ghcr.io/${{ github.repository_owner }}/snuba-ci:${{ steps.branch.outputs.branch }}
Expand Down

0 comments on commit 362c516

Please sign in to comment.