最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Github Actions: do I really need to repeat my docker image tag for EVERY job? - Stack Overflow

programmeradmin0浏览0评论

This seems a bit crazy coming from GitLab CI, it seems that even if all the workflow jobs across a repo use exactly the same Docker image, I still have to specify:

    permissions:                                                                    
      packages: read                                                                
      contents: read                                                                
                                                                                    
    container:                                                                      
      image: my_image:my_tag

On EVERY single job. Surely there is a better solution to this, but what is it?

发布评论

评论列表(0)

  1. 暂无评论