Skip to content

Update docker-image.yml #14

Update docker-image.yml

Update docker-image.yml #14

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build Observium image
uses: docker/build-push-action@v3
with:
context: ./observium
push: false
tags: ${{ steps.prep.outputs.tags }}