Skip to content

Commit

Permalink
Update gh_pkg_build_ON_TAG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agmorey authored May 5, 2023
1 parent 6d6a363 commit b34b24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pkg_build_ON_TAG.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Build nist_umis:tagname and purch to ghcri.io

on:
push:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.extract_tag.outputs.tag_name }}
tags: ghcr.io/${{ github.repository }}:${{ steps.extract_tag.outputs.tag_name }}

0 comments on commit b34b24c

Please sign in to comment.