Skip to content

Commit

Permalink
Fix docker release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Feb 5, 2024
1 parent f1b4eb3 commit 9fa438c
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 @@ -2,7 +2,7 @@ name: Build and Push Docker Images

on:
release:
types: [published]
types: [released]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 9fa438c

Please sign in to comment.