Skip to content

Commit

Permalink
add labels to docker images (#291)
Browse files Browse the repository at this point in the history
* add labels to docker images

* update naming

* remove non working test-reports
  • Loading branch information
Freezor authored Jun 20, 2024
1 parent 87b5323 commit 8c285c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

test-docker-images:
runs-on: ubuntu-latest
name: Build all docker images and check if they do run
name: Build all docker images
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ jobs:
load: true
file: ./src/docker/Dockerfile-AasxServerBlazor
tags: adminshellio/aasx-server-blazor-for-demo:main
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.VERSION_NUMBER }}

- name: Build and publish AasxServerBlazor-arm32
uses: docker/build-push-action@v6
Expand All @@ -279,6 +281,8 @@ jobs:
load: true
file: ./src/docker/Dockerfile-AasxServerBlazor-arm32
tags: adminshellio/aasx-server-blazor-for-demo-arm32:main
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.VERSION_NUMBER }}

- name: Build and publish AasxServerBlazor-arm64
uses: docker/build-push-action@v6
Expand All @@ -288,6 +292,7 @@ jobs:
file: ./src/docker/Dockerfile-AasxServerBlazor-arm64
tags: adminshellio/aasx-server-blazor-for-demo-arm64:main
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.VERSION_NUMBER }}


- name: Build and publish AasxServerCore
Expand All @@ -298,6 +303,7 @@ jobs:
file: ./src/docker/Dockerfile-AasxServerAspNetCore
tags: adminshellio/aasx-server-aspnetcore-for-demo:main
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.VERSION_NUMBER }}

- name: Build and publish AasxServerCore-arm32
uses: docker/build-push-action@v6
Expand All @@ -307,6 +313,7 @@ jobs:
file: ./src/docker/Dockerfile-AasxServerAspNetCore-arm32
tags: adminshellio/aasx-server-aspnetcore-for-demo-arm32:main
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.VERSION_NUMBER }}

- name: Build and publish AasxServerCore-arm64
uses: docker/build-push-action@v6
Expand All @@ -316,3 +323,4 @@ jobs:
file: ./src/docker/Dockerfile-AasxServerAspNetCore-arm64
tags: adminshellio/aasx-server-aspnetcore-for-demo-arm64:main
github-token: ${{ secrets.GITHUB_TOKEN }}"
labels: ${{ env.VERSION_NUMBER }}
24 changes: 0 additions & 24 deletions .github/workflows/test-report.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/AasxServer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
..\.github\workflows\prerelease-on-merge-to-main.yml = ..\.github\workflows\prerelease-on-merge-to-main.yml
..\.github\workflows\code-analysis.yml = ..\.github\workflows\code-analysis.yml
..\.github\workflows\create-developer-prerelease.yml = ..\.github\workflows\create-developer-prerelease.yml
..\.github\workflows\test-report.yml = ..\.github\workflows\test-report.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProjectScripts", "ProjectScripts", "{39F9287F-CBC6-4F56-AA55-81A013A89AAE}"
Expand Down

0 comments on commit 8c285c0

Please sign in to comment.