Skip to content

Commit

Permalink
Login to Docker Hub before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Sep 16, 2024
1 parent 7c6a167 commit 1926e61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: index.docker.io
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}

- name: Build Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1926e61

Please sign in to comment.