Skip to content

Commit

Permalink
fix: Fix docker/build-push action version (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 15, 2024
2 parents 83f2da0 + 447eeb5 commit af3fa4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# builds container
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2
uses: docker/build-push-action@v3.2.0
with:
context: helm/flowforge-container
file: helm/flowforge-container/Dockerfile
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2
uses: docker/build-push-action@v3.2.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2
uses: docker/build-push-action@v3.2.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-2.2.x
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2
uses: docker/build-push-action@v3.2.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-3.1
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge File Server container
uses: docker/build-push-action@v3.2
uses: docker/build-push-action@v3.2.0
with:
context: helm/file-server
file: helm/file-server/Dockerfile
Expand Down

0 comments on commit af3fa4a

Please sign in to comment.