Skip to content

Improve gpg key import robustness #1

Improve gpg key import robustness

Improve gpg key import robustness #1

name: Docker Image Build to Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
jobs:
build-to-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Docker image to test
run: docker build . --file Dockerfile --tag spn-pbp-amr:$(date +%s) --target test