Skip to content

Commit

Permalink
Fix JDK
Browse files Browse the repository at this point in the history
Remove tests
  • Loading branch information
PascalLike committed Sep 18, 2024
1 parent 07dca03 commit 503d4a2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 386 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/backport.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
41 changes: 0 additions & 41 deletions .github/workflows/docs.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/linux.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/mvn-dep-tree.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/scorecard.yml

This file was deleted.

Loading

0 comments on commit 503d4a2

Please sign in to comment.