Skip to content

Commit

Permalink
fixing docker-image.yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aserbremen committed Aug 7, 2024
1 parent 0f9e39e commit 9a0e4d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Docker Image CI

on push:
branches:
- main
- countinuous_integration
on:
push:
branches:
- main
- countinuous_integration

jobs:
build:
Expand Down

0 comments on commit 9a0e4d0

Please sign in to comment.