Skip to content

ClientXMPP.process() is not available since slixmpp-1.9.0 (XMPP backe… #110

ClientXMPP.process() is not available since slixmpp-1.9.0 (XMPP backe…

ClientXMPP.process() is not available since slixmpp-1.9.0 (XMPP backe… #110

Workflow file for this run

name: build docker image
on:
push:
branches:
- master
permissions:
contents: read
jobs:
build:
if: github.repository_owner == 'errbotio'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Login to Docker Hub
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v7
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: errbotio/errbot:latest
cache-from: type=gha
cache-to: type=gha,mode=max