Skip to content

Commit

Permalink
fix: use workflow dispatch to trigger docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperiio committed Sep 24, 2024
1 parent cfcf921 commit 2d056b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v3.2.0

- name: Extract metadata (tags, labels) for Docker
id: meta
id: docker-metadata
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
release-please:
Expand Down

0 comments on commit 2d056b3

Please sign in to comment.