Skip to content

Commit

Permalink
Update repo uri
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Dec 11, 2023
1 parent 64bd02c commit 6ad2912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ jobs:
with:
context: datawave-base/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-base:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/base:${{ github.sha }}"
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker hadoop image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: datawave-hadoop/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-hadoop:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/hadoop:${{ github.sha }}"
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker accumulo image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: datawave-accumulo/
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-accumulo:${{ github.sha }}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/accumulo:${{ github.sha }}"
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6ad2912

Please sign in to comment.