Skip to content

Commit

Permalink
Change docker tag to 'main' 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 d18de0c commit e45b6c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,23 +270,23 @@ jobs:
push: true
load: true
file: ./src/docker/Dockerfile-AasxServerBlazor
tags: adminshellio/aasx-server-blazor-for-demo:${{ env.VERSION_NUMBER }}
tags: adminshellio/aasx-server-blazor-for-demo:main

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

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


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

0 comments on commit e45b6c3

Please sign in to comment.