Skip to content

Commit

Permalink
Update workflow (push-manual-dev) (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Sep 29, 2023
1 parent aa11060 commit 92ddae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-manual-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Re-push image
name: Manually build and push dev images

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ jobs:
build-and-push:
name: Build and push images
if: ${{ startsWith(github.ref, 'refs/heads/') }}
runs-on: ubuntu-latest
runs-on: devcontainer-image-builder-ubuntu
steps:
- name: Free more space
id: free_space
Expand Down

0 comments on commit 92ddae6

Please sign in to comment.