Skip to content

Commit

Permalink
Update docker-dev.yml
Browse files Browse the repository at this point in the history
change to better semantic for beta versions
  • Loading branch information
fbarresi authored Feb 10, 2024
1 parent 97b7fc1 commit c5424e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Build Docker linux
run: |
docker build -f Docker/linux-x64/Dockerfile -t fbarresi/softplc:1.2.${{ github.run_number }}-beta-linux .
docker push fbarresi/softplc:1.2.${{ github.run_number }}-beta-linux
docker push fbarresi/softplc:1.2-beta${{ github.run_number }}-linux
working-directory: ./SoftPlc
- name: Build Docker arm
run: |
docker build -f Docker/arm/Dockerfile -t fbarresi/softplc:1.2.${{ github.run_number }}-beta-arm .
docker push fbarresi/softplc:1.2.${{ github.run_number }}-beta-arm
docker push fbarresi/softplc:1.2-beta${{ github.run_number }}-arm
working-directory: ./SoftPlc
- name: Build Docker windows
run: |
docker build -f Docker/windows/Dockerfile -t fbarresi/softplc:1.2.${{ github.run_number }}-beta-win .
docker push fbarresi/softplc:1.2.${{ github.run_number }}-beta-win
docker push fbarresi/softplc:1.2-beta${{ github.run_number }}-win
working-directory: ./SoftPlc

0 comments on commit c5424e3

Please sign in to comment.