Skip to content

Commit c8b7f90

Browse files
committed
chore: fix releasing workflow
1 parent d8079aa commit c8b7f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
workflow_dispatch: ~
78

89
jobs:
910
release:
@@ -15,4 +16,4 @@ jobs:
1516
- name: Sign into Docker
1617
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
1718
- name: Build Docker image and push to Docker Hub
18-
run: docker buildx build --push -t justintime50/easypost-tools-ui:${GITHUB_REF##*/} --build-arg PROD=true --platform linux/amd64,linux/arm64 .
19+
run: docker buildx build --push -t justintime50/easypost-tools-ui:${GITHUB_REF##*/v} --build-arg PROD=true --platform linux/amd64,linux/arm64 .

0 commit comments

Comments
 (0)