Skip to content

Commit ccb72a4

Browse files
committed
Docs: add docs pipeline
1 parent 4675762 commit ccb72a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
- name: "Login to Docker Hub"
4545
uses: "docker/login-action@v3"
4646
with:
47-
registry: ${{ env.REGISTRY }}
48-
username: ${{ github.actor }}
49-
password: ${{ secrets.GITHUB_TOKEN }}
47+
registry: "${{ env.REGISTRY }}"
48+
username: "${{ github.actor }}"
49+
password: "${{ secrets.GITHUB_TOKEN }}"
5050

5151
- name: "Build and push"
5252
uses: "docker/build-push-action@v5"
5353
with:
5454
context: "build/docs"
5555
push: true
56-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
56+
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest"

0 commit comments

Comments
 (0)