Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greyhypotheses committed Jun 21, 2024
1 parent 7f25eff commit d0f3e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
REGISTRY: ghcr.io
AMAZON: false
AMAZON: ${{ false }}

jobs:
build:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
ecr:
name: Amazon Elastic Container Registry
needs: build
if: ${{ fromJSON(env.AMAZON) }}
if: env.AMAZON
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit d0f3e9d

Please sign in to comment.