Skip to content

Commit

Permalink
Update check-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 19, 2024
1 parent 113fc0f commit c47f630
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build AasxServerBlazor
uses: docker/build-push-action@v1
with:
username: adminshellio
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: adminshellio/aasx-server-blazor-for-demo
tags: v3latest
dockerfile: src/docker/Dockerfile-AasxServerBlazor
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build AasxServerBlazor
uses: docker/build-push-action@v6
Expand Down

0 comments on commit c47f630

Please sign in to comment.