Skip to content

Commit

Permalink
Tweak workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 10, 2024
1 parent 0512919 commit d985819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Docker Build and Push

on: workflow_dispatch
on: workflow_call

inputs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
docker:
uses: freezingsaddles/freezing-web/.github/workflows/[email protected].0
uses: freezingsaddles/freezing-web/.github/workflows/[email protected].1
with:
tag: latest-actions-build
secrets: inherit

0 comments on commit d985819

Please sign in to comment.