Skip to content

Commit

Permalink
tag 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 4, 2024
1 parent 6fabb5f commit f100f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
current_branch: ${{ github.ref }}
job_id: ${{ github.run_number }}
sha: ${{ github.sha }}
GITHUB_SHA_SHORT: ${{ $(echo $GITHUB_SHA | cut -c 1-6) }}

jobs:
build:
Expand All @@ -19,8 +20,9 @@ jobs:
- name: create a custom tag
run: |
echo "${GITHUB_ENV}"
export IMG_TAG="$sha" | cut -c1-6
echo "$GITHUB_SHA_SHORT"
# export IMG_TAG="$sha" | cut -c1-6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit f100f66

Please sign in to comment.