Skip to content

Commit

Permalink
Merge pull request #7 from fbarresi/fbarresi-patch-docker-build
Browse files Browse the repository at this point in the history
Update docker-dev.yml
  • Loading branch information
fbarresi authored Feb 10, 2024
2 parents cf7b8a8 + 61a8dc8 commit 72ce741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -34,4 +36,4 @@ jobs:
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
working-directory: ./SoftPlc


8 changes: 5 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -48,4 +50,4 @@ jobs:
release_name: 1.2.${{ github.run_number }}
draft: false
prerelease: false


0 comments on commit 72ce741

Please sign in to comment.