- accounts
- apache
- apt
+ - apt-repository
- backup
- bind
- blog
suite: mailman
- os: ubuntu-2004
suite: osqa
+ - os: debian-12
+ suite: apt-repository
- os: debian-12
suite: dns
- os: debian-12
- os: debian-12
suite: supybot
exclude:
+ - suite: apt-repository
+ os: ubuntu-2204
- suite: dns
os: ubuntu-2204
- suite: git-server
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