File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments