Skip to content

Commit

Permalink
Fix main branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenweyns committed Nov 15, 2024
1 parent cf15f9b commit 53fad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
DOCKER_TAGS+=( "$INPUT_VERSION" )
fi
if [[ "$BRANCH_TO_BUILD" == "main" ]]; then
if [[ "$INPUT_VERSION" == "main" ]]; then
BRANCH_TO_BUILD="main"
DOCKER_TAGS+=( "main" )
fi
Expand Down

0 comments on commit 53fad30

Please sign in to comment.