Skip to content

Commit 1a00891

Browse files
Merge remote-tracking branch 'eclipse/main'
2 parents 69a8fdd + 86ea408 commit 1a00891

3 files changed

Lines changed: 425 additions & 39 deletions

File tree

.github/workflows/pull-request-check-publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ jobs:
2121
name: publish image from the pull request
2222
runs-on: ubuntu-22.04
2323
steps:
24+
- name: Free up disk space
25+
run: |
26+
df -h
27+
rm -rf /opt/hostedtoolcache
28+
df -h
29+
30+
- name: Login to Quay.io
31+
uses: docker/login-action@v3
32+
with:
33+
registry: quay.io
34+
username: ${{ secrets.QUAY_PULL_REQUESTS_USERNAME }}
35+
password: ${{ secrets.QUAY_PULL_REQUESTS_PASSWORD }}
2436

2537
- name: Download Pull Request Number artifact
2638
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)