Use authenticated docker pull in integration tests (#685)

This commit is contained in:
Frederik Ring 2025-12-02 11:08:51 +01:00 committed by GitHub
parent 5284de9de9
commit 3e615accad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2