Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 28, 2023
1 parent 496d30b commit 29807fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://docs.docker.com/build/ci/github-actions/multi-platform/
name: ci
on: push
jobs:
Expand All @@ -23,6 +22,7 @@ jobs:
with:
name: cost-manager
path: ./bin/cost-manager
# https://docs.docker.com/build/ci/github-actions/multi-platform/
release:
# Only build Docker image for repository PRs since secrets are not available to forks:
# https://github.com/orgs/community/discussions/25217#discussioncomment-3246904
Expand All @@ -46,6 +46,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: cost-manager
path: ./bin/cost-manager
- name: Build and push
uses: docker/build-push-action@v5
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
Expand Down

0 comments on commit 29807fd

Please sign in to comment.