Skip to content

Commit

Permalink
fix: add last version ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Mar 24, 2022
1 parent 432da01 commit 23892f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
# uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
# with:
# images: sudoblock/icon-go-etl
- id: last
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: ${{ github.repository }}

- name: Tag name
id: source
run: |
Expand Down

0 comments on commit 23892f7

Please sign in to comment.