Skip to content

restoring functionality as a standalone script #6

restoring functionality as a standalone script

restoring functionality as a standalone script #6

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image for the test
run: docker build . --file Dockerfile --tag redundans:$(date +%s)