Skip to content

Commit

Permalink
Env context
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 30, 2024
1 parent ff0ea70 commit 9095abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_aca_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
env:
FILE: ${{ env.DOCKERFILE_ROCKY }}
FILE: env.DOCKERFILE_ROCKY
TAG: ${{ needs.setup.outputs.ROCKY_IMAGE_TAG }}
steps:
- name: Checkout main
Expand All @@ -88,7 +88,7 @@ jobs:
needs: setup
runs-on: windows-latest
env:
FILE: ${{ env.DOCKERFILE_WINDOWS }}
FILE: env.DOCKERFILE_WINDOWS
TAG: ${{ needs.setup.outputs.WINDOWS_IMAGE_TAG }}
steps:
- name: Checkout main
Expand All @@ -114,7 +114,7 @@ jobs:
needs: setup
runs-on: windows-latest
env:
FILE: ${{ env.DOCKERFILE_WINDOWS }}
FILE: env.DOCKERFILE_WINDOWS
TAG: ${{ needs.setup.outputs.WINDOWS_COMPAT_IMAGE_TAG }}
steps:
- name: Checkout main
Expand Down

0 comments on commit 9095abc

Please sign in to comment.