Skip to content

Commit

Permalink
fix bug in release-image
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Apr 9, 2023
1 parent d9a8be1 commit f1af406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
tags:
- "*"

concurrency:
group: "docker-image"
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.16 (2023-04-08)

* release image should run even when docker-image is running. Especially when docker-image is running.

# 1.2.15 (2023-04-05)

* indent
Expand Down

0 comments on commit f1af406

Please sign in to comment.