Skip to content

Commit

Permalink
Update BUILD_TAGS for build_push_base
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 6, 2024
1 parent 23e594e commit 25b83a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
;;
"build_push_base")
echo "BUILD_TAGS=${{ matrix.app.version }}" >> $GITHUB_ENV
echo "BUILD_TAGS=${{ matrix.app.version }}-${{ matrix.app.patch }}" >> $GITHUB_ENV
echo "DOCKERFILE=${{ matrix.app.version }}" >> $GITHUB_ENV
echo "BUILD_CKAN_BASE=true" >> $GITHUB_ENV
echo "ADD_PATCH_TAG=true" >> $GITHUB_ENV
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
;;
"build_push_base")
echo "BUILD_TAGS=${{ matrix.app.version }}" >> $GITHUB_ENV
echo "BUILD_TAGS=${{ matrix.app.version }}-${{ matrix.app.patch }}" >> $GITHUB_ENV
echo "DOCKERFILE=${{ matrix.app.version }}" >> $GITHUB_ENV
echo "BUILD_CKAN_BASE=true" >> $GITHUB_ENV
echo "APP_TAG_SUFFIX=-core" >> $GITHUB_ENV
Expand Down

0 comments on commit 25b83a4

Please sign in to comment.