Skip to content

Commit

Permalink
fixes dev build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 29, 2024
1 parent 1c1ec9d commit e9fdb92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
with:
fallback: v0.1

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit e9fdb92

Please sign in to comment.