We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6da6c1 commit b586e89Copy full SHA for b586e89
.github/workflows/dockerbuild.yml
@@ -28,10 +28,12 @@ jobs:
28
password: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Build and push Docker image
31
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
32
with:
33
context: .
34
push: true
35
tags: |
36
ghcr.io/dipy/gpustreamlines:${{ github.sha }}
37
ghcr.io/dipy/gpustreamlines:latest
38
+ secrets: |
39
+ GIT_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}
0 commit comments