Skip to content

Commit 2002457

Browse files
committed
fix release
1 parent c74831b commit 2002457

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -263,26 +263,3 @@ jobs:
263263
body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }}
264264
prerelease: ${{ fromJson(needs.host.outputs.val).announcement_is_prerelease }}
265265
artifacts: "artifacts/*"
266-
267-
# Push docker image to dockerhub registry
268-
push_to_registry:
269-
runs-on: ubuntu-latest
270-
steps:
271-
- name: Checkout
272-
uses: actions/checkout@v4
273-
- name: Login to Docker Hub
274-
uses: docker/login-action@v3
275-
with:
276-
username: ${{ secrets.DOCKER_USERNAME }}
277-
password: ${{ secrets.DOCKER_PASSWORD }}
278-
- name: Set up Docker Buildx
279-
uses: docker/setup-buildx-action@v3
280-
- name: Build and push
281-
uses: docker/build-push-action@v5
282-
with:
283-
context: .
284-
file: ./Dockerfile
285-
push: true
286-
tags: |
287-
${{ secrets.DOCKER_USERNAME }}/locust:latest
288-
${{ secrets.DOCKER_USERNAME }}/locust:${{ github.ref_name }}

0 commit comments

Comments
 (0)