Skip to content

Commit f3943e8

Browse files
committed
Git credentials
1 parent 252efc5 commit f3943e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/platform-docker-publish-all-features-image.yml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
username: ${{ secrets.DOCKERHUB_USERNAME }}
9999
password: ${{ secrets.DOCKERHUB_TOKEN }}
100100

101+
- name: Git credentials
102+
run: |
103+
echo "https://${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}:@github.com" > $HOME/.git-credentials
104+
git config credential.helper store
105+
101106
- name: Build and push images
102107
id: docker_build
103108
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)