Skip to content

Commit

Permalink
fix job declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Nov 24, 2023
1 parent 9d0950d commit e35d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
context: contrib/datawave-docker-images/datawave-${{matrix.folder}}/
push: true
tags: ${{ github.sha }}
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{matrix.folder}}:${{ github.sha }}"
labels: ${{ steps.meta.outputs.labels }}
build-and-push-datawave-images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e35d6a3

Please sign in to comment.