There was an error while loading. Please reload this page.
1 parent 6b0ae6d commit 3d05a1eCopy full SHA for 3d05a1e
1 file changed
.github/workflows/build_image.yml
@@ -65,6 +65,8 @@ jobs:
65
66
- name: Build and push Docker image
67
id: build_image
68
+ env:
69
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
run: |
71
IMAGE_PATH="${{ env.REGISTRY }}/${{ env.FOLDER_NAME }}${{ env.BRANCH_FOLDER }}/driver"
72
# On main, use the latest release tag matching [0-9].[0-9].[0-9].
0 commit comments