Skip to content

Commit

Permalink
fix scope on env in CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 31, 2024
1 parent 877140e commit a7e35f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
- 'v*'
workflow_dispatch:

env:
DOCKER_IMAGE: 'ohdsi/deep_plp'

jobs:
build:
name: "${{ matrix.config.arch }}"
Expand All @@ -25,8 +28,6 @@ jobs:
config:
- { runs_on: "ubuntu-latest", arch: "amd64"}
- { runs_on: "ubuntu-latest", arch: "arm64"}
env:
DOCKER_IMAGE: 'ohdsi/deep_plp'
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
Expand Down

0 comments on commit a7e35f4

Please sign in to comment.