Skip to content

Commit

Permalink
fix: updates docker workflow event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Sep 15, 2022
1 parent 3addad2 commit 7a96374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Docker

on:
push:
tags:
- "v*.*.*"
release:
types: [published]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies
Expand Down

0 comments on commit 7a96374

Please sign in to comment.