Skip to content

『Azureコンテナアプリケーション開発』(技術評論社,2023年)のサンプルコード

License

Notifications You must be signed in to change notification settings

exabugs/azure-container-dev-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-container-dev-book

『Azure コンテナアプリケーション開発』(技術評論社,2023 年)のサンプルコード

書誌情報

Azure コンテナアプリケーション開発

本書に関するお問い合わせについては、技術評論社の書籍ページのフォームをご使用ください。

ローカルで  github workflow を実行する

    1. act を devcontainer に設定する
    "features": {
     // Act is an open source project that allows you to run your github flow locally.
      "ghcr.io/devcontainers-contrib/features/act-asdf:2": {
        "version": "latest"
      },
    
    1. ターミナルで GITHUB_TOKEN と ジョブ名 を指定して実行
    $ act -s GITHUB_TOKEN=ghp_xxxxxxxxxxxx -j test2
    

About

『Azureコンテナアプリケーション開発』(技術評論社,2023年)のサンプルコード

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 76.2%
  • Java 14.3%
  • JavaScript 6.1%
  • HTML 1.6%
  • Dockerfile 1.4%
  • Shell 0.3%
  • Makefile 0.1%