Skip to content

Commit

Permalink
tag exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 4, 2024
1 parent dc47b45 commit 89b9375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: create a custom tag
run: |
export IMG_TAG = "$sha" | cut -c1-6
export IMG_TAG="$sha" | cut -c1-6
echo "$IMG_TAG"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 89b9375

Please sign in to comment.