diff --git a/.github/workflows/publish-docker-image-every-push.yml b/.github/workflows/publish-docker-image-every-push.yml index f81c3cdd7a..c35bea2964 100644 --- a/.github/workflows/publish-docker-image-every-push.yml +++ b/.github/workflows/publish-docker-image-every-push.yml @@ -13,7 +13,7 @@ jobs: name: Push Docker image to Docker Hub runs-on: ubuntu-latest env: - RELEASE_VERSION: 4.1.6 + RELEASE_VERSION: 4.1.7 steps: - name: Check out the repo uses: actions/checkout@v3 diff --git a/.github/workflows/publish-docker-image-release.yml b/.github/workflows/publish-docker-image-release.yml index a69a12d3f6..8cc97fcf2b 100644 --- a/.github/workflows/publish-docker-image-release.yml +++ b/.github/workflows/publish-docker-image-release.yml @@ -8,9 +8,6 @@ name: Publish Docker image on: release: types: [published] - push: - branches: - - master env: OTP_VERSION: '24.3.4.1' diff --git a/mix.exs b/mix.exs index 6c93f2ae96..70cf772377 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do [ # app: :block_scout, # aliases: aliases(config_env()), - version: "4.1.3", + version: "4.1.6", apps_path: "apps", deps: deps(), dialyzer: dialyzer(),