We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8079aa commit c8b7f90Copy full SHA for c8b7f90
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- '*'
7
+ workflow_dispatch: ~
8
9
jobs:
10
release:
@@ -15,4 +16,4 @@ jobs:
15
16
- name: Sign into Docker
17
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
18
- name: Build Docker image and push to Docker Hub
- 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