Skip to content

Commit

Permalink
fix: ensure images are pushed on CI pipeline (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlopes authored Nov 24, 2023
1 parent f9debc7 commit 5ccba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Docker spacelift-runner
uses: ./.github/workflows/template_docker_build.yaml
with:
push: false
push: true
file_name: spacelift-runner.Dockerfile
image_name: spacelift-runner
secrets:
Expand Down

0 comments on commit 5ccba2c

Please sign in to comment.