Skip to content

update to new action output syntax #80

update to new action output syntax

update to new action output syntax #80

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build .