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.
with
1 parent 83078cf commit feade29Copy full SHA for feade29
.github/workflows/release.yml
@@ -48,7 +48,8 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v2.4.0
51
- ref: ${{ github.event.inputs.releaseVersion }}
+ with:
52
+ ref: ${{ github.event.inputs.releaseVersion }}
53
- name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v1
55
- name: Login to DockerHub
0 commit comments