Workflow refactoring

master
Chris Kankiewicz 2021-09-01 15:24:12 -07:00
parent 049d0d033c
commit 9784b8d9f3
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build & Publish Image
name: Publish Image
on:
push:
@ -9,8 +9,8 @@ env:
DOCKER_HUB_USER: phlak
jobs:
build-and-publish-image:
name: Build & Publish Image
build-and-push:
name: Build & Push
runs-on: ubuntu-latest
steps:

View File

@ -1,4 +1,4 @@
name: Test Build
name: Tests
on: [pull_request_target]