Skip to content

Commit

Permalink
bash sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 23, 2024
1 parent 73bca26 commit 13105a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accumulo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd $GITHUB_WORKSPACE/accumulo
mvn -V -B -e -ntp "-Dstyle.color=always" -DskipTests -T1C clean package
cp $GITHUB_WORKSPACE/accumulo/assemble/target/accumulo-*.tar.gz $GITHUB_WORKSPACE/this-repo/datawave-accumulo/files
ls -lastr $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
Expand All @@ -70,6 +70,6 @@ jobs:
- name: Push images to create packages for the ones i dont have access to create
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ${GITHUB_WORKSPACE}/this-repo/datawave-accumulo
context: this-repo/datawave-accumulo
push: true
tags: ${{ env.REGISTRY }}/datawave-stack-accumulo:${{ github.event.inputs.accumuloBranch || '2.1' }}

0 comments on commit 13105a3

Please sign in to comment.