Skip to content

feat: gpg-agent support #9

feat: gpg-agent support

feat: gpg-agent support #9

Workflow file for this run

name: Try build docker image
on:
pull_request:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: server/Dockerfile
push: false