X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a3d0a18c7a848e9c360db6496d4d0f970a09f730..226773e8e4b1b7e0141c45e0040fa2cd4141282a:/.github/workflows/test-kitchen.yml?ds=sidebyside diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index ef0b6cbb5..9102aaf9f 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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