Skip to content

Commit b586e89

Browse files
authored
Update dockerbuild.yml
1 parent c6da6c1 commit b586e89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@v5
31+
uses: docker/build-push-action@v6
3232
with:
3333
context: .
3434
push: true
3535
tags: |
3636
ghcr.io/dipy/gpustreamlines:${{ github.sha }}
3737
ghcr.io/dipy/gpustreamlines:latest
38+
secrets: |
39+
GIT_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)