From 29807fd80c2461aa8d34784fdc525f88a8132e07 Mon Sep 17 00:00:00 2001 From: Luke Addison Date: Thu, 28 Dec 2023 01:46:46 +0000 Subject: [PATCH] Fix path --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91c26b9..2bfe70b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,3 @@ -# https://docs.docker.com/build/ci/github-actions/multi-platform/ name: ci on: push jobs: @@ -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 @@ -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