Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 authored Apr 18, 2024
1 parent a498d23 commit a0eb2cd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: "Push to Github Container Registry"

on:
release:
types: [published]
push:
branches:
- main
workflow_dispatch:

jobs:
publish:
Expand All @@ -22,5 +24,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
path: .
dockerfile: ./Dockerfile
repository: robokopu24/landing-page
repository: RENCI/aixb-landing-page
tags: latest,${{ steps.get_version.outputs.VERSION }}

0 comments on commit a0eb2cd

Please sign in to comment.