Skip to content

Commit

Permalink
fix workflow location
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlopes committed Jun 7, 2024
1 parent 9ba84a7 commit a927b42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker_build_spacelift-runner:
name: Docker spacelift-runner
uses: ./.github/workflows/templates/docker_build_push.yaml
uses: ./.github/workflows/template_docker_build_push.yaml
with:
push: true
file_name: spacelift-runner.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

docker_build_spacelift-runner:
name: Docker spacelift-runner
uses: ./.github/workflows/templates/docker_build_push.yaml
uses: ./.github/workflows/template_docker_build_push.yaml
with:
push: false
file_name: spacelift-runner.Dockerfile
Expand Down

0 comments on commit a927b42

Please sign in to comment.