Skip to content

Commit

Permalink
chore(ci): rename job from call-docker-build to call-publication-dock…
Browse files Browse the repository at this point in the history
…er-build for clarity and update workflow file reference

The job name is updated to better reflect its purpose, enhancing
clarity. The workflow file reference is changed to a more appropriate
build-publish-image.yaml, ensuring that the correct build process is
utilized. Additionally, a namespace is added to the Docker build
configuration for better organization and management of images.
  • Loading branch information
cybersiddhu committed Oct 15, 2024
1 parent 65a674a commit fc7fcdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
call-docker-build:
call-publication-docker-build:
needs: call-testcov
uses: dictyBase/workflows/.github/workflows/docker-publish.yaml@main
uses: dictyBase/workflows/.github/workflows/build-publish-image.yaml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: event-messenger
dockerfile: build/package/Dockerfile
namespace: dictybase

0 comments on commit fc7fcdb

Please sign in to comment.