Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed May 29, 2024
1 parent 6d64ad5 commit abdaf5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-images.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Release Integration Environment
name: Publish Images to GitHub Registry

on:
push:
# `main` tag is used for integration environment
branches: [ main ]
# `v*` tags are used for production environment
tags: [ v* ]
# Manual trigger with custom release tag
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit abdaf5d

Please sign in to comment.