Skip to content

Unpin SQLAlchemy for Aodh (#181) #5

Unpin SQLAlchemy for Aodh (#181)

Unpin SQLAlchemy for Aodh (#181) #5

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@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/pifpaf/ci:latest