Projects STRLCPY hiphp Commits 96d2c94b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .github/workflows/docker-image.yml
    1 1  name: Docker image
     2 + 
     3 +#on:
     4 +# push:
     5 +# branches:
     6 +# - 'main'
     7 +# Controls when the action will run.
    2 8  on:
    3  - push:
    4  - branches:
    5  - - 'main'
     9 + # Triggers the workflow when a release is created
     10 + release:
     11 + types: [created]
     12 + # Allows you to run this workflow manually from the Actions tab
     13 + workflow_dispatch:
     14 + 
    6 15  jobs:
    7 16   build:
    8 17   runs-on: ubuntu-latest
    skipped 21 lines
  • ■ ■ ■ ■ ■
    .github/workflows/gcr.yml
    1 1  name: Github Container Registry
    2 2   
     3 +#on:
     4 +# push:
     5 +# branches:
     6 +# - main
     7 +# Controls when the action will run.
    3 8  on:
    4  - push:
    5  - branches:
    6  - - main
     9 + # Triggers the workflow when a release is created
     10 + release:
     11 + types: [created]
     12 + # Allows you to run this workflow manually from the Actions tab
     13 + workflow_dispatch:
    7 14   
    8 15  jobs:
    9 16   dockerloginbuildpush:
    skipped 13 lines
Please wait...
Page is in error, reload to recover