Skip to content

Commit

Permalink
Merge pull request #7 from josephtole/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
josephtole authored Feb 26, 2024
2 parents 0d257d0 + 6b02178 commit 5f4e584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ jobs:
run: docker manifest inspect "${{ env.image_uri }}"

- name: Deploy container
run: echo '[MOCK] Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment...'
run: |
echo '[MOCK] Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment'
echo '::notice title=Deploying container to ${{ github.ref_name }} environment::Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment'
2 changes: 0 additions & 2 deletions junk.txt

This file was deleted.

0 comments on commit 5f4e584

Please sign in to comment.