Skip to content

Commit

Permalink
ci: can manually publish the docker image targeting a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-baptiste-exorde committed Jun 15, 2023
1 parent 529b4d4 commit 3b5f340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
release:
types: [published]

Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
linux/arm64
push: true
tags: |
exordelabs/exorde-client:${{ github.event.release.tag_name }}
exordelabs/exorde-client:${{ github.event.release.tag_name || env.GITHUB_REF }}
exordelabs/exorde-client:latest
- name: Send a message to slack if CI has succeeded
Expand Down

0 comments on commit 3b5f340

Please sign in to comment.