Skip to content

Commit

Permalink
docker artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Feb 2, 2025
1 parent 3aa4a2e commit 71a4ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
environment:
runs-on: ubuntu-latest
outputs:
artifact: "/tmp"
artifact: "/docker"
steps:
- run: echo "Setting up environment"
version:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
images: ${{ needs.docker-matrix.outputs.json }}
version: ${{ needs.version.outputs.release_version }}
artifact: ${{ needs.enironment.outputs.artifact }}
artifact: ${{ needs.environment.outputs.artifact }}
ebsi-ct-v3:
uses: walt-id/waltid-identity/.github/workflows/ebsictv3.yml@feat/docker-build-share
needs: [ version, docker ]
Expand Down

0 comments on commit 71a4ef2

Please sign in to comment.