Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniaBoussabeh committed Jul 3, 2024
1 parent 20d1946 commit c9c1049
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/alpha_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name: alpha on main
on:
push:
branches:
- main
- act
paths:
- alpha/**
- .github/workflows/alpha_main.yml

env:
DOCKER_REGISTRY: ${{ vars.DOCKER_REGISTRY }}
DOCKER_ORG_NAME: ${{ vars.DOCKER_ORG_NAME }}
DOCKER_REGISTRY: ghcr.io
DOCKER_ORG_NAME: ${{ github.repository_owner }}
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REPO_NAME: ${{ vars.REPO_NAME }}
REPO_NAME: ${{ github.event.repository.name }}
SERVICE_NAME: alpha
KOSLI_CLI_VERSION: ${{ vars.KOSLI_CLI_VERSION }}
KOSLI_HOST: ${{ vars.KOSLI_HOST }}
KOSLI_ORG: ${{ vars.KOSLI_ORG }}
KOSLI_CLI_VERSION: 2.10.9
KOSLI_HOST: https://app.kosli.com
KOSLI_ORG: soniaboussabeh
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_FLOW: playground-alpha-ci

Expand Down

0 comments on commit c9c1049

Please sign in to comment.