Unverified Commit ad9ec120 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

misc: delete gh workflow

parent 81e6eacd
name: Docker Image CI
on:
push:
branches:
- master2
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file dev/build/Dockerfile -t requarks/wiki:dev
- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
run: docker push requarks/wiki:dev
- name: Logout from Docker Hub
run: docker logout
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment