Skip to content

Merge branch 'master' of https://github.com/hetalang/HetaSimulator.jl #1

Merge branch 'master' of https://github.com/hetalang/HetaSimulator.jl

Merge branch 'master' of https://github.com/hetalang/HetaSimulator.jl #1

name: Docker QSP Platforms Builder
on:
push:
tags: [v*]
jobs:

Check failure on line 6 in .github/workflows/docker-qsp-platforms.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-qsp-platforms.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
DockerIMG:
runs-on: ubuntu-latest
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push qsp-platforms-builder
uses: docker/build-push-action@v3
with:
push: true
file: ./dockerfiles/qsp-platforms-builder/Dockerfile
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qsp-platforms-builder:latest