We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d710a commit 3f97eb3Copy full SHA for 3f97eb3
.github/workflows/docker-build.yml
@@ -26,7 +26,6 @@ jobs:
26
- name: Checkout develop branch
27
uses: actions/checkout@v4
28
with:
29
- ref: develop # Default to develop, will be overridden by push events to other branches
30
fetch-depth: 0 # Fetch all history to ensure common ancestor is found
31
32
- name: Conditionally Fetch and Merge Upstream PR
@@ -149,4 +148,4 @@ jobs:
149
148
for tag in "${TAG_ARRAY[@]}"; do
150
FORMATTED_TAGS="$FORMATTED_TAGS --tag $tag"
151
done
152
- docker buildx build . --file Dockerfile $FORMATTED_TAGS --push --platform=linux/arm64,linux/amd64
+ docker buildx build . --file Dockerfile $FORMATTED_TAGS --push --platform=linux/arm64,linux/amd64
0 commit comments