Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai authored Jan 27, 2021
1 parent 01dd45e commit db301e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [ dev ]

workflow_dispatch:

jobs:
build_dev:
name: Build forum-ui-dev image
Expand All @@ -14,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: docker/build-push-action@v1
- uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit db301e7

Please sign in to comment.