chore: correct deps

This commit is contained in:
Daan Selen
2025-11-27 23:46:45 +01:00
parent bfc103dd8f
commit 352e578c67

View File

@@ -84,6 +84,7 @@ jobs:
docker_scan: docker_scan:
if: ${{ github.event_name != 'pull_request' }} if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: docker_build
steps: steps:
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3