Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Sep 12, 2023
1 parent cc5a0d7 commit 85572a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
PROD_OS_VER: bullseye-slim
BASE_OS: "debian"
# Variant if test matrix is not used
VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ matrix.build_os_ver }}
VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ env.BUILD_OS_VER }}
# Variant that is deployed
PROD_VAR: ${{ env.VAR }}
# Registry for test images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
PROD_OS_VER: bullseye-slim
BASE_OS: "debian"
# Variant if test matrix is not used
VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ matrix.build_os_ver }}
VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ env.BUILD_OS_VER }}
# Variant that is deployed
PROD_VAR: ${{ env.VAR }}
# Registry for test images
Expand Down

0 comments on commit 85572a7

Please sign in to comment.