Skip to content

Commit

Permalink
ci: fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgouveia committed Apr 24, 2023
1 parent 029be04 commit ac0de4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
branches: [ main ]
release:
types: [ created ]
types: [ published ]

workflow_dispatch:
inputs:
tag:
Expand Down Expand Up @@ -48,5 +47,5 @@ jobs:
push: true
file: Dockerfile
platforms: linux/amd64, linux/arm64
tags: ${{ env.RELEASE_TAG }}
tags: ${{ if env.RELEASE_TAG }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ac0de4d

Please sign in to comment.