Skip to content

feature dockerize & deployment plugin & attachment button (#69) #1

feature dockerize & deployment plugin & attachment button (#69)

feature dockerize & deployment plugin & attachment button (#69) #1

on:
push:
branches:
- 'master'
jobs:
docker-publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: planqk/workflow-modeler:latest