Skip to content

Commit 7afaccd

Browse files
authored
Merge pull request #7 from DevOpsFortress/ci/gha-merge
ci(gha): push images on merge to main
2 parents a1d5289 + a37c9bc commit 7afaccd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- develop
88
push:
99
branches:
10-
- feat/dockerize
10+
- main
1111

1212
env:
1313
REGISTRY: ghcr.io

catalogue/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ def get_system_info():
6969

7070
if __name__ == "__main__":
7171
app.run(debug=True)
72-

0 commit comments

Comments
 (0)