Skip to content

Commit 81b1348

Browse files
committed
Test docker publish works correctly
1 parent b7d9811 commit 81b1348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
context: .
103103
file: src/SchoolAccount.Web.Mvc/Dockerfile
104104
target: final
105-
push: ${{ github.ref == env.MAIN_BRANCH }}
105+
push: true
106106
tags: ${{ steps.meta.outputs.tags }}
107107

108108
- name: Publish

0 commit comments

Comments
 (0)