Skip to content

Commit

Permalink
x(ci): remove unnecessary env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesjardins90 committed Jul 14, 2024
1 parent c0d97d4 commit 036495d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"

env:
DOCKER_BUILDKIT: true
DOCKER_ENV_REGISTRY: ${{ vars.DOCKER_ENV_REGISTRY }}

permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master

env:
DOCKER_BUILDKIT: true
DOCKER_ENV_REGISTRY: ${{ vars.DOCKER_ENV_REGISTRY }}

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master

env:
DOCKER_BUILDKIT: true
DOCKER_ENV_REGISTRY: ${{ vars.DOCKER_ENV_REGISTRY }}

permissions:
Expand Down

0 comments on commit 036495d

Please sign in to comment.