Skip to content

Commit 97ef1be

Browse files
committed
Simplified dev build workflow
1 parent a88522c commit 97ef1be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/create-dev-image.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Set image tag vars
2222
run: |
2323
echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
24-
NAME=${GITHUB_REF_NAME#release/}
25-
NAME=${NAME//\//-}
26-
echo "BRANCH_TAG=$NAME" >> $GITHUB_ENV
2724
2825
- name: Build and push
2926
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)