RELEASE_VERSION: 4.1.6

pull/5797/head
Viktor Baranov 2 years ago
parent bcaf9a4f2b
commit eeb77ceb36
  1. 5
      .github/workflows/publish-docker-image-release.yml

@ -8,6 +8,9 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- master
env:
OTP_VERSION: '24.3.4.1'
@ -18,7 +21,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 4.1.5
RELEASE_VERSION: 4.1.6
steps:
- name: Check out the repo
uses: actions/checkout@v3

Loading…
Cancel
Save