From: Ilia Shipitsin Date: Tue, 9 Jul 2024 13:03:49 +0000 (+0200) Subject: CI: weekly QUIC Interop: try to fix private image X-Git-Tag: v3.1-dev3~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89bdd8b62aed47a96f8617d2722af916a397cc7d;p=thirdparty%2Fhaproxy.git CI: weekly QUIC Interop: try to fix private image for some reason image built in HAProxy workflow is "private", it is succesfully built, but fails to pull. Let's try explicit docker login for run job as well --- diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index 2c0bf819ac..2a635bcfab 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -52,6 +52,13 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log in to the Container registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Install tshark run: | sudo apt-get update