]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: weekly QUIC Interop: try to fix private image
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 9 Jul 2024 13:03:49 +0000 (15:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Jul 2024 07:43:02 +0000 (09:43 +0200)
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

.github/workflows/quic-interop-libressl.yml

index 2c0bf819acf6319656b66667c9da12e63048df11..2a635bcfabf858c05de384dd30f5e8d0d1fe88db 100644 (file)
@@ -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