Skip to content

Commit

Permalink
Bump version to trigger a build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagomez committed Apr 2, 2024
1 parent 4a2840d commit 5c0634f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker build
on:
push:
branches:
- master
- main
paths:
- build-image/*
- src/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Helm release
on:
push:
branches:
- master
- main
paths:
- helm/**/*
- src/web/Directory.Build.props
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![.NET build](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/dotnet-build.yml/badge.svg)](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/dotnet-build.yml)
[![Docker build](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/docker-build.yml/badge.svg?branch=master)](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/docker-build.yml)
[![Helm release](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/helm-release.yml/badge.svg?branch=master)](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/helm-release.yml)
[![Docker build](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/docker-build.yml/badge.svg?branch=main)](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/docker-build.yml)
[![Helm release](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/helm-release.yml/badge.svg?branch=main)](https://github.com/sebagomez/azurestorageexplorer/actions/workflows/helm-release.yml)

[![Docker Pulls](https://img.shields.io/docker/pulls/sebagomez/azurestorageexplorer.svg)](https://hub.docker.com/r/sebagomez/azurestorageexplorer)

Expand Down
Binary file removed res/GitMain.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/web/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AzureStorageWebExplorerVersion>2.16.0</AzureStorageWebExplorerVersion>
<AzureStorageWebExplorerVersion>2.16.1</AzureStorageWebExplorerVersion>
</PropertyGroup>
</Project>

0 comments on commit 5c0634f

Please sign in to comment.