Browse Source

[fix] CI: fix docker push

Alexandre Flament 4 years ago
parent
commit
5a511f0d62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/integration.yml

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

@@ -92,7 +92,7 @@ jobs:
       - documentation
       - documentation
     env:
     env:
       DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
       DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         if: env.DOCKERHUB_USERNAME != null
         if: env.DOCKERHUB_USERNAME != null