Skip to content

Commit 922ae27

Browse files
Update github workflow
1 parent 9182d10 commit 922ae27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v1
1717

18+
- name: Get latest Token Registry API Tag
19+
id: get_latest_tag
20+
run: |
21+
latest_tag=$(curl -s https://api.github.com/repos/cardanoapi/token-registry-api/releases/latest | jq -r .tag_name)
22+
echo "::set-output name=tag::$latest_tag"
23+
1824
- name: Log in to GitHub Container Registry
1925
uses: docker/login-action@v1
2026
with:

0 commit comments

Comments
 (0)