Skip to content

New upload

New upload #1

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build --file a10rest/Dockerfile.local --tag a10rest:$(date +%s) --output type=local,dest=a10rest.build.output .
- uses: slsa-framework/[email protected]
with:
artifact_path: a10rest.build.output
output_path: a10rest.provenance
continue-on-error: true