Skip to content

Commit

Permalink
Publish Docker images on quay.io (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Aug 24, 2023
1 parent 12315f8 commit 2b1b75d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ferretdbbot
password: ${{ secrets.QUAY_TOKEN }}

- name: Restore Go caches
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2b1b75d

Please sign in to comment.