Browse Source

CI - use master DBE tag.

Yao Wei Tjong 姚伟忠 5 years ago
parent
commit
7054b9aed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -59,7 +59,7 @@ jobs:
       BUILD_TYPE: ${{ matrix.build-type }}
       LIB_TYPE: ${{ matrix.lib-type }}
       ARCH: ${{ matrix.architecture }}
-      DBE_TAG: latest
+      DBE_TAG: master
     steps:
       - name: Checkout
         uses: actions/checkout@v2