From 7a2a6fc7b4c4c2c0b0da5e9c5c2ce32fffde29e0 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Tue, 22 Apr 2025 18:54:14 +0200 Subject: [PATCH] fixed bug in ci.yml * login to dockerhub --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45622e7..f7e33f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,11 @@ jobs: - uses: actions/checkout@master with: ref: ${{ github.ref }} + - name: Login to Docker Hub + uses: docker/login-action@v1 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build env: VERSION: ${{ github.run_number }}