Skip to content

Commit

Permalink
Fix build_push_test_ckan BUILD_TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 21, 2024
1 parent 5695493 commit 1a3b1ad
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 @@ -120,7 +120,7 @@ jobs:
;;
"build_push_test_ckan")
echo "BUILD_TAGS=${{ matrix.app.version }}-test-d" >> $GITHUB_ENV
echo "BUILD_TAGS=${{ matrix.app.version }}-test" >> $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

0 comments on commit 1a3b1ad

Please sign in to comment.