Skip to content

Commit

Permalink
Update mantis-cli-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 authored May 9, 2024
1 parent 5681b23 commit d545aaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mantis-cli-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release container on tagging
on:
push:
branches:
- main
workflow_dispatch:
env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -35,5 +38,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d545aaa

Please sign in to comment.