ci: update verbiage for steps (#1721)

This commit is contained in:
Jef LeCompte
2021-01-17 16:07:06 -05:00
committed by GitHub
parent 8ece4b6412
commit 05720e519b
3 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -4,7 +4,8 @@ on:
branches:
- main
jobs:
publish:
build-tag-release:
name: Build, tag, and release Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -28,6 +29,6 @@ jobs:
-t "ghcr.io/${GITHUB_REPOSITORY}:latest" .
env:
TAG_NAME: ${{ steps.release.outputs.tag_name }}
- name: Publish Docker image
- name: Release Docker image
if: ${{ steps.release.outputs.release_created }}
run: docker push "ghcr.io/${GITHUB_REPOSITORY}"