Skip to content

Commit

Permalink
Add a way to push the images manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Nov 3, 2024
1 parent b8fd26f commit 1be1610
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker-ghcrio.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: Upload Docker images to ghcr.io
on:
release:
types: [published, edited]
types: [published]
workflow_dispatch:
inputs:
ref:
description: 'Git tag to push the image'
required: true
type: string
jobs:
docker:
name: Build image
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 1be1610

Please sign in to comment.