Skip to content

Commit

Permalink
Update continuous-delivery.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkon-kim authored Aug 21, 2024
1 parent a5d1e29 commit bdb3282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# The "push" event could replace "merged" event.
push:
branches:
- master
- main
tags:
# Only trigger on semver shaped tags.
- "v*.*.*"
Expand Down Expand Up @@ -122,4 +122,4 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit bdb3282

Please sign in to comment.