Skip to content

Bump docker/build-push-action from 4 to 6 #65

Bump docker/build-push-action from 4 to 6

Bump docker/build-push-action from 4 to 6 #65

Workflow file for this run

---
name: build
on: [push]
jobs:
build-binary:
runs-on: ubuntu-20.04
container: ghcr.io/olcf/greggd/dev-image:8.3_20210513
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: go build -v ./cmd/greggd/
- name: Test
run: go test -v ./...
- name: Save artifact
uses: actions/[email protected]
with:
name: greggd
path: greggd