fix: add missing 'login to Docker Hub' step to multi-arch build job

This commit is contained in:
Julien Neuhart
2023-10-29 11:52:08 +01:00
parent 017872c5ef
commit 9c3dfc78df

View File

@@ -60,6 +60,11 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checkout source code
uses: actions/checkout@v4
- name: Log in to Docker Hub Container Registry
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image for main branch
run: |
make release GOTENBERG_VERSION=edge