Fix pipeline

This commit is contained in:
Cyber MacGeddon 2024-12-20 10:16:25 +00:00
parent f145d5c324
commit 62d25effd5

View file

@ -30,7 +30,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}
- name: Install build dependencies