Skip to content

Replace call to deprecated method Thread.setDaemon() (#184) #6

Replace call to deprecated method Thread.setDaemon() (#184)

Replace call to deprecated method Thread.setDaemon() (#184) #6

name: Pifpaf CI Image
on:
workflow_dispatch:
push:
paths:
- 'Dockerfile'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/pifpaf/ci:latest