Skip to content

Commit

Permalink
fix Docker Image Build on tag or release workflow (#48)
Browse files Browse the repository at this point in the history
fix Docker Image Build on tag or release workflow

Reviewed-by: Tino Schr
  • Loading branch information
vladimirvshivkov authored Aug 23, 2024
1 parent 0356a9d commit 7018a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push-on-tag-or-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:

jobs:
push_if_tag:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7018a4e

Please sign in to comment.