Skip to content

Commit

Permalink
fix: adding permissions for runner to see the docker config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 4, 2022
1 parent 743143b commit fff4225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ jobs:
--data-value repository=${{steps.deploy_setup.outputs.deploy_repository}} \
--data-value tag=${{steps.deploy_setup.outputs.deploy_tag}} \
--data-value pipelineControl.datetime=${{steps.deploy_setup.outputs.run_started_at}} \
--data-value pipelineControl.dockerconfigjson="$(~/.docker/config.json)" \
--data-value pipelineControl.dockerconfigjson="$(cat ~/.docker/config.json)" \
> ./manifests/k8s-to-apply.yml
cat ./manifests/k8s-to-apply.yml
Expand Down

0 comments on commit fff4225

Please sign in to comment.