File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,6 @@ jobs:
296
296
type=raw,value=${{ needs.build_package.outputs.tag }}
297
297
type=raw,value=${{ needs.build_package.outputs.branch }}
298
298
299
- # Set up Docker daemon dependencies for building and publishing
300
299
- uses : docker/login-action@v3
301
300
with :
302
301
username : locustbuild
@@ -306,8 +305,7 @@ jobs:
306
305
- name : Set up Docker Buildx
307
306
uses : docker/setup-buildx-action@v3
308
307
309
- # Build and push Docker image
310
- - name : Build and push
308
+ - name : Build and (optionally) push
311
309
uses : docker/build-push-action@v6
312
310
with :
313
311
context : .
@@ -316,7 +314,6 @@ jobs:
316
314
push : ${{ github.event_name != 'pull_request' }}
317
315
tags : ${{ steps.docker_meta.outputs.tags }}
318
316
319
- # Publish Python package
320
317
- name : Publish prerelease version to PyPI
321
318
uses : pypa/gh-action-pypi-publish@release/v1
322
319
with :
@@ -325,7 +322,6 @@ jobs:
325
322
skip-existing : true
326
323
327
324
# Publish UI lib
328
- # On commits to trunk
329
325
- uses : borales/actions-yarn@v5
330
326
name : Publish package on NPM
331
327
if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments