Skip to content

Commit a64310e

Browse files
authored
Merge pull request #1371 from swirlai/ds-2195
remove SA docker from test+build pipeline on develop
2 parents 7acc39c + 281dfd6 commit a64310e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test-build-pipeline.yml

-19
Original file line numberDiff line numberDiff line change
@@ -106,25 +106,6 @@ jobs:
106106
username: ${{ secrets.DOCKER_USERNAME_X }}
107107
password: ${{ secrets.DOCKER_PASSWORD_X }}
108108
repository: swirlai/swirl-search
109-
110-
standalone-docker:
111-
needs: swirl-docker
112-
runs-on: ubuntu-latest
113-
steps:
114-
- name: Checkout the Code
115-
uses: actions/checkout@v4
116-
- name: Login to Docker Hub
117-
uses: docker/login-action@v3
118-
with:
119-
username: ${{ secrets.DOCKER_USERNAME }}
120-
password: ${{ secrets.DOCKER_PASSWORD }}
121-
- name: Build and Push Standalone Docker Image
122-
run: |
123-
BRANCH_NAME=${GITHUB_REF#refs/heads/}
124-
TAG_SUFFIX="-sa"
125-
TAG_NAME=$([ "$BRANCH_NAME" = "main" ] && echo "latest$TAG_SUFFIX" || echo "$BRANCH_NAME$TAG_SUFFIX")
126-
docker buildx use devBuilder || docker buildx create --name devBuilder --use
127-
docker buildx build -f DevUtils/docker/Dockerfile.sa --platform linux/amd64,linux/arm64 -t swirlai/swirl-search:${TAG_NAME} --push .
128109
- name: Upload Log Files
129110
if: always()
130111
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)