Skip to content

Commit

Permalink
build api without specifying builder image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan P <[email protected]>
  • Loading branch information
i5okie committed Jan 28, 2025
1 parent 3b416d3 commit 37fcd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: redhat-actions/s2i-build@v2
with:
path_context: ./server/vcr-server
builder_image: 'registry.access.redhat.com/ubi9/python-39:latest'
builder_image: 'registry.access.redhat.com/ubi9/python-39'
image: ghcr.io/${{ github.repository }}/aries-vcr-api
tags: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit 37fcd08

Please sign in to comment.