Skip to content

Commit

Permalink
more custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Dec 19, 2023
1 parent 74c276e commit 901b0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: ./mvnw verify -P npm-integration-build
#run: ./mvnw verify -P npm-integration-build

- name: Build and push container image to registry
run: |
cd frontend
docker build . --tag ghcr.io/openelements/${{ env.IMAGE_NAME }}
docker build . --tag ghcr.io/openelements/${{ env.IMAGE_NAME }}:latest --tag ghcr.io/openelements/${{ env.IMAGE_NAME }}:${{ github.sha }}
docker push ghcr.io/openelements/${{ env.IMAGE_NAME }}

0 comments on commit 901b0a9

Please sign in to comment.