Skip to content

Commit

Permalink
Do not tag local image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Aug 6, 2024
1 parent e582386 commit 092ec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-index-preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
base_tag: ${{ inputs.image-tag }}
run: |
base_tag=$(echo "$base_tag" | tr -d '[:space:]')
docker compose build --build-arg="BASE_TAG=$base_tag" -t pacta-index-prep:$base_tag .
docker compose build --build-arg="BASE_TAG=$base_tag"
- name: run container
if: ${{ steps.check-exist.outputs.files-exist != 'true' }}
Expand Down

0 comments on commit 092ec35

Please sign in to comment.