Skip to content

Commit

Permalink
secrets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmohitkumar committed Sep 25, 2024
1 parent b4d8482 commit f1a7f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

# Step 4: Build and push Docker image
- name: Build and push Docker image
id: build # Give this step an ID to reference its outputs
uses: docker/build-push-action@v4
with:
context: .
Expand All @@ -86,4 +87,4 @@ jobs:

# Step 5: Output Docker image digest
- name: Output Docker image digest
run: echo "Docker image digest: ${{ steps.build-and-publish.outputs.digest }}"
run: echo "Docker image digest: ${{ steps.build.outputs.digest }}"

0 comments on commit f1a7f04

Please sign in to comment.