Skip to content

Commit

Permalink
implement re-usable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryBoot committed Oct 8, 2023
1 parent 77a4020 commit dd20c13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
branches:
- main
- pipeline-test
env:
DEPLOYMENT: a-block-io


permissions:
contents: read
packages: write
Expand All @@ -25,7 +23,7 @@ jobs:
REGION: ${{ vars.REGION }}
PROJECT_ID: ${{ vars.PROJECT_ID }}
CLUSTER_NAME: ${{ vars.CLUSTER_NAME }}
DEPLOYMENT: ${{ env.DEPLOYMENT }}
DEPLOYMENT: a-block-io

# sign:
# name: Sign latest built image
Expand Down

0 comments on commit dd20c13

Please sign in to comment.