Skip to content

Commit

Permalink
Update continuous-delivery.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoon-mh authored Oct 28, 2024
1 parent e22987c commit 0972e37
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 @@ -34,7 +34,7 @@ jobs:
publish-container-image:
# Job name is "Publish a container image"
name: Publish a container image
if: github.repository_owner == 'cloud-barista' && !contains(github.event.head_commit.message, '[skip cd]')
if: github.repository_owner == 'm-cmp' && !contains(github.event.head_commit.message, '[skip cd]')

# This job runs on Ubuntu-latest (Ubuntu 22.04 LTS checked on 2023-12-13)
# See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
Expand Down Expand Up @@ -121,4 +121,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 0972e37

Please sign in to comment.