Skip to content

Commit

Permalink
Fixed the release name
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyaveksler committed Aug 24, 2021
1 parent d3eb819 commit 40ad0c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-push-NCA-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Build and push Docker image
# uses: docker/build-push-action@v2
# with:
# context: .
# push: true
# tags: ghcr.io/ibm/nca:${{ github.event.inputs.version }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/ibm/nca:${{ github.event.inputs.version }}

- name: Create and push a new git tag
run: |
Expand All @@ -45,8 +45,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: v${{ github.event.inputs.version }}
release_name: Release v${{ github.event.inputs.version }}
body: |
Changes in this Release:
draft: false
Expand Down

0 comments on commit 40ad0c8

Please sign in to comment.