Skip to content

Commit

Permalink
fix(uptick): workflow do path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTFM committed Dec 1, 2023
1 parent 06917d6 commit 5c9c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ripplr-io/docr-docker-publish@v1
with:
# Image path in the format registry-name/image-name
image_path: ${{ secrets.IMAGE_PATH_uptick }}
image_path: ${{ secrets.DO_IMAGE_PATH }}-uptick
# Number of characters from the commit SHA
sha_size: 8 # optional, default is 8
- name: Notify Telegram
Expand Down

0 comments on commit 5c9c375

Please sign in to comment.