Skip to content

ci: bump Qt to 6.8.3 LTS across all release workflows (#2404) #3

ci: bump Qt to 6.8.3 LTS across all release workflows (#2404)

ci: bump Qt to 6.8.3 LTS across all release workflows (#2404) #3

name: Build CI Docker Image
on:
push:
paths:
- '.github/docker/Dockerfile'
branches: [main]
workflow_dispatch:
permissions:
packages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v7
with:
context: .github/docker
push: true
tags: ghcr.io/ten9876/aethersdr-ci:latest