Skip to content

Commit

Permalink
chore: not able to make tags work
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Aug 16, 2023
1 parent f315ee8 commit df9bd0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build

on:
push:
branches:
- feature/*

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
# docker build -f Dockerfile.chronos . --tag ghcr.io/kindredgroup/chronos:latest
# docker push ghcr.io/kindredgroup/chronos:latest
- name: Build the chronos Docker image
run:
echo ${{github.ref}} "is the branch name" ${{github.ref.name}} "is the ref"
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
# run: |
# docker build -f Dockerfile.chronos-pg-migration . --tag ghcr.io/kindredgroup/chronos-pg-migration:latest
Expand Down

0 comments on commit df9bd0e

Please sign in to comment.