Skip to content

Commit

Permalink
Login to container image registry before push (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>

Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata authored Oct 27, 2022
1 parent ef793ae commit d8bb06f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
- name: Checkout code into the Go module directory.
uses: actions/checkout@v3

- name: Login to image registry
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit d8bb06f

Please sign in to comment.