Skip to content

Commit d23cf06

Browse files
committed
change to main branch (from master)
1 parent cbe3c64 commit d23cf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Container
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
@@ -43,4 +43,4 @@ jobs:
4343
image_push_registry: quay.io
4444
image_push_username: ${{ secrets.QUAY_USERNAME }}
4545
image_push_password: ${{ secrets.QUAY_PASSWORD }}
46-
image_tags: master
46+
image_tags: main

0 commit comments

Comments
 (0)