Skip to content

Commit 7b0131a

Browse files
committed
Skip build
1 parent 87cb67d commit 7b0131a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,6 @@ jobs:
130130
with:
131131
fetch-depth: 0
132132

133-
- name: Set up Docker Buildx
134-
uses: docker/setup-buildx-action@v3
135-
136-
- name: Log in to DockerHub
137-
uses: docker/login-action@v3
138-
with:
139-
username: ${{ secrets.DOCKERHUB_USERNAME }}
140-
password: ${{ secrets.DOCKERHUB_TOKEN }}
141-
142-
- name: Build and push to DockerHub
143-
working-directory: ./template
144-
run: |
145-
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest || true
146-
docker buildx build \
147-
--file Dockerfile \
148-
--platform linux/amd64 \
149-
--push \
150-
--tag ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest .
151-
152133
build-template:
153134
name: Build Docker Image
154135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)