Skip to content

Commit

Permalink
Merge pull request #662 from gravitl/release-v0.24.3
Browse files Browse the repository at this point in the history
v0.24.3
  • Loading branch information
Aceix authored Jul 22, 2024
2 parents fec9a88 + 4e96716 commit 2222177
Show file tree
Hide file tree
Showing 35 changed files with 3,846 additions and 1,497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-qa-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.standalone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saas-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.saas
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saas-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.saas
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saas-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.saas
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img style="width:50%;" src="src/assets/logo.png"><break/>
</p>

## v0.24.2
## v0.24.3

**For more information, visit the official documentation site: [docs.netmaker.io](https://docs.netmaker.io)**

Expand Down
Loading

0 comments on commit 2222177

Please sign in to comment.