Skip to content

Commit

Permalink
Update and rename ghcr.yml to release-ghcr.yml
Browse files Browse the repository at this point in the history
release the prod image only on tagging in the main branch
  • Loading branch information
fugal-dy authored Nov 8, 2023
1 parent 707aae9 commit f4ead59
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Container image
name: Publish version tagged image

on:
release:
Expand All @@ -9,11 +9,6 @@ on:
branches:
- main

# Publish `main` as Docker `dev` image.
push:
branches:
- main

concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit f4ead59

Please sign in to comment.