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 - uses: actions/checkout@master
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build - name: Build
env: env:
VERSION: ${{ github.run_number }} VERSION: ${{ github.run_number }}