Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guybar authored Nov 13, 2024
1 parent 35e490f commit 9f2726e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
# - name: Curation audit
# run: |
# jf curation-audit

- name: build and push
run: |

- name: gradle build |
./gradlew build

- name: docker build and push
run: |
echo $IMAGE_NAME
docker build -t $IMAGE_NAME .
docker tag $IMAGE_NAME $DOCKER_REPO/$IMAGE_NAME
Expand Down

0 comments on commit 9f2726e

Please sign in to comment.