Skip to content

Commit

Permalink
Temporarily remove version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Dec 13, 2023
1 parent b153390 commit bed5da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-solr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: ./solr
push: true
tags: 'ghcr.io/mlibrary/aspace-containerization/aspace-solr:${{ github.sha }}, ghcr.io/mlibrary/aspace-containerization/aspace-solr:${{ github.event.inputs.archives_space_version }}'
tags: 'ghcr.io/mlibrary/aspace-containerization/aspace-solr:${{ github.sha }}'
file: ./solr/Dockerfile
build-args: |
ASPACE_VERSION=${{ github.event.inputs.archives_space_version }}

0 comments on commit bed5da2

Please sign in to comment.