diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 24fbb5f..0aacfd3 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -20,7 +20,8 @@ jobs: steps: - name: Checkout tagged commit uses: actions/checkout@v2.4.0 - # TODO: checkout the tag and not master + with: + ref: ${{ github.event.inputs.release_tag }} - name: Set up QEMU uses: docker/setup-qemu-action@v1