Skip to content

Commit

Permalink
Update registry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh authored Aug 11, 2024
1 parent 5992db6 commit 3aafa78
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy Images to GHCR

on:
workflow_dispatch:
push:
tags:
- '**'
branches:
- main
workflow_dispatch:

jobs:
push-to-ghcr:
Expand Down Expand Up @@ -53,5 +53,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
hemantapkh/torrenthunt:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3aafa78

Please sign in to comment.