diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17df3c73..c1e0d7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: Release on: + release: + types: [published] push: branches: [master,develop] - release: - types: [created] jobs: jest: @@ -141,10 +141,10 @@ jobs: with: images: jaedb/iris tags: | - type=ref,event=release + type=raw,value=latest + type=ref type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=raw,value=latest - name: Login to DockerHub uses: docker/login-action@v1