Skip to content

Commit

Permalink
chore: fix another bug in dev container push script
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Feb 26, 2024
1 parent aeabad2 commit 5d8f895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- created

jobs:
long-job:
build-and-push-dev-container:
runs-on: ubuntu-22.04
name: Builds and pushes the docker image for the open source NGINX version to github packages
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/build_dev' }}
steps:
Expand Down

0 comments on commit 5d8f895

Please sign in to comment.