Skip to content

Commit 3f97eb3

Browse files
committed
Checkout correct branch
1 parent 50d710a commit 3f97eb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Checkout develop branch
2727
uses: actions/checkout@v4
2828
with:
29-
ref: develop # Default to develop, will be overridden by push events to other branches
3029
fetch-depth: 0 # Fetch all history to ensure common ancestor is found
3130

3231
- name: Conditionally Fetch and Merge Upstream PR
@@ -149,4 +148,4 @@ jobs:
149148
for tag in "${TAG_ARRAY[@]}"; do
150149
FORMATTED_TAGS="$FORMATTED_TAGS --tag $tag"
151150
done
152-
docker buildx build . --file Dockerfile $FORMATTED_TAGS --push --platform=linux/arm64,linux/amd64
151+
docker buildx build . --file Dockerfile $FORMATTED_TAGS --push --platform=linux/arm64,linux/amd64

0 commit comments

Comments
 (0)