Skip to content

Commit

Permalink
fix(ci): add registry login in manifest steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hippothomas committed Jan 20, 2024
1 parent 4cfe833 commit 7cf3b8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
- arm-build
runs-on: ubuntu-latest
steps:
- name: Login to container registry
uses: docker/login-action@v3
with:
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PWD }}
- name: Combine the manifests
uses: int128/docker-manifest-create-action@v2
with:
Expand Down

0 comments on commit 7cf3b8b

Please sign in to comment.