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 9c4cfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
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 9c4cfc7

Please sign in to comment.