Skip to content

das-98: notify with benchmark (#100) #35

das-98: notify with benchmark (#100)

das-98: notify with benchmark (#100) #35

Workflow file for this run

---
name: Build DAS Script Pipeline
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to DockerHub
if: success()
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build & Push to Docker Hub
run: |-
make build-semver
make publish-semver