Skip to content

Commit

Permalink
fix(ci): automated docker image release (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx committed May 6, 2021
1 parent 3cee4be commit e025565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-dkr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release-docker-image

on:
release:
types: [published]
types: [created, published]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -68,7 +68,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: docs/dockerhub.md
readme-filepath: docs/dockerhub.md
repository: checkmarx/kics
- name: Export Image Digests
run: |
VERSION=${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit e025565

Please sign in to comment.