Browse Source

Checkout a particular tag when releasing docker containers by tag

new-http-api
itchymax 3 years ago
parent
commit
87b37f5aa7
  1. 3
      .github/workflows/release-docker.yml

3
.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

Loading…
Cancel
Save