Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Attempt to fix build #146

Attempt to fix build

Attempt to fix build #146

Workflow file for this run

name: docker-hive CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the image
uses: docker/build-push-action@v2
with:
context: .
push: false
tags: docker-hive:latest