fixed build
This commit is contained in:
parent
f6ff01386e
commit
73b44e29c3
1 changed files with 6 additions and 6 deletions
12
.github/workflows/buildReporting.yml
vendored
12
.github/workflows/buildReporting.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: mvn clean install -e -P let_reporting
|
||||
-
|
||||
name: Reporting
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: unittests
|
||||
name: SEB Server Build
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Get short SHA
|
||||
uses: benjlevesque/short-sha@v1.2
|
||||
uses: benjlevesque/short-sha@v2
|
||||
id: short-sha
|
||||
-
|
||||
name: Store short SHA as environment variable
|
||||
|
@ -123,10 +123,10 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v2
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
-
|
||||
name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: anhefti/seb-server
|
||||
tags: |
|
||||
|
@ -156,7 +156,7 @@ jobs:
|
|||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
|
|
Loading…
Reference in a new issue