Skip to content

Commit

Permalink
Update build-and-publish-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink authored Sep 3, 2024
1 parent 3b1ce6e commit bb397d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
linux/arm/v6
linux/arm/v7
linux/arm64
linux/arm64/v8
tags: |
adminshellio/aasx-server-blazor-for-demo:latest
adminshellio/aasx-server-blazor-for-demo:${{ env.VERSION_NUMBER }}
Expand All @@ -72,6 +73,7 @@ jobs:
linux/arm/v6
linux/arm/v7
linux/arm64
linux/arm64/v8
tags: |
adminshellio/aasx-server-aspnetcore-for-demo:latest
adminshellio/aasx-server-aspnetcore-for-demo:${{ env.VERSION_NUMBER }}
Expand Down Expand Up @@ -126,4 +128,4 @@ jobs:
platforms: linux/arm64
tags: adminshellio/aasx-server-aspnetcore-for-demo-arm64:latest
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: "version =${{ env.VERSION_NUMBER }}"
labels: "version =${{ env.VERSION_NUMBER }}"

0 comments on commit bb397d9

Please sign in to comment.