Skip to content

Commit

Permalink
Update prerelease-on-merge-to-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 19, 2024
1 parent 2f7e272 commit db2e02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ jobs:
with:
push: true
platforms: linux/arm32
context: .
file: /src/docker/Dockerfile-AasxServerBlazor-arm32
tags: "${{ env.VERSION_NUMBER }}"
context: ./src/docker/
file: Dockerfile-AasxServerBlazor-arm32
tags: adminshellio/AasxServerBlazor-arm32:${{ env.VERSION_NUMBER }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish AasxServerBlazor-arm64
Expand Down

0 comments on commit db2e02f

Please sign in to comment.