Skip to content

Commit

Permalink
Changed tagging in release
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 5, 2024
1 parent 71776f2 commit a2fe77f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
# Pattern matched against refs/tags
tags:
- 'release/*' # Push events to every tag not containing /
- 'releases/*' # Push events to every tag not containing /
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand All @@ -21,19 +21,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Print Environment
run: env | sort

- name: Build
- name: Build Using Make
run: make
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a2fe77f

Please sign in to comment.