fixed bug in ci.yml

* login to dockerhub
This commit is contained in:
Bernhard B
2025-04-22 18:54:14 +02:00
parent 53e4f8c583
commit 7a2a6fc7b4

View File

@@ -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 }}