Skip to content

Commit

Permalink
Fix docker image tags prerelease-on-merge-to-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 20, 2024
1 parent 9c4d7a2 commit d6e293b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,15 @@ jobs:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerBlazor-arm32
tags: adminshellio/AasxServerBlazor-arm32:${{ env.VERSION_NUMBER }}
tags: adminshellio/aasx-server-blazor-for-demo-arm32:${{ env.VERSION_NUMBER }}

- name: Build and publish AasxServerBlazor-arm64
uses: docker/build-push-action@v6
with:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerBlazor-arm64
tags: "${{ env.VERSION_NUMBER }}"
tags: adminshellio/aasx-server-blazor-for-demo-arm64:${{ env.VERSION_NUMBER }}
github-token: ${{ secrets.GITHUB_TOKEN }}


Expand All @@ -296,7 +296,7 @@ jobs:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerAspNetCore
tags: "${{ env.VERSION_NUMBER }}"
tags: adminshellio/aasx-server-aspnetcore-for-demo:${{ env.VERSION_NUMBER }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish AasxServerCore-arm32
Expand All @@ -305,7 +305,7 @@ jobs:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerAspNetCore-arm32
tags: "${{ env.VERSION_NUMBER }}"
tags: adminshellio/aasx-server-aspnetcore-for-demo-arm32:${{ env.VERSION_NUMBER }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish AasxServerCore-arm64
Expand All @@ -314,5 +314,5 @@ jobs:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerAspNetCore-arm64
tags: "${{ env.VERSION_NUMBER }}"
tags: adminshellio/aasx-server-aspnetcore-for-demo-arm64:${{ env.VERSION_NUMBER }}
github-token: ${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d6e293b

Please sign in to comment.