]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Use backports for smartmontools on debian
[chef.git] / .github / workflows / test-kitchen.yml
index ef0b6cbb5fc62a788662a3d1ac6b4ae1a2b8f603..9102aaf9f326295885789172a1273dc2eebf9152 100644 (file)
@@ -21,6 +21,7 @@ jobs:
           - accounts
           - apache
           - apt
+          - apt-repository
           - backup
           - bind
           - blog
@@ -121,6 +122,8 @@ jobs:
             suite: mailman
           - os: ubuntu-2004
             suite: osqa
+          - os: debian-12
+            suite: apt-repository
           - os: debian-12
             suite: dns
           - os: debian-12
@@ -138,6 +141,8 @@ jobs:
           - os: debian-12
             suite: supybot
         exclude:
+          - suite: apt-repository
+            os: ubuntu-2204
           - suite: dns
             os: ubuntu-2204
           - suite: git-server
@@ -164,6 +169,12 @@ jobs:
         registry: ghcr.io
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}
+    - name: Login to Docker Hub
+      uses: docker/login-action@v3
+      with:
+        username: ${{ secrets.DOCKERHUB_USERNAME }}
+        password: ${{ secrets.DOCKERHUB_TOKEN }}
+      if: github.repository == 'openstreetmap/chef' && github.event_name != 'pull_request'
     - name: Check out code
       uses: actions/checkout@v4
     - name: Setup ruby