Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(CI): removed default value from meta stage in docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 4, 2023
1 parent 2b84841 commit 1cb3987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
images: wittano/komputer-bot
tags: |
type=semver,pattern={{version}},value=v1.0.0
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1cb3987

Please sign in to comment.