Skip to content

Commit

Permalink
working with build-container
Browse files Browse the repository at this point in the history
  • Loading branch information
gpillon committed Sep 15, 2024
1 parent 74d1278 commit 38948ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/myapp:${{ steps.get_version.outputs.version }}
tags: ghcr.io/${{ github.repository_owner }}/k4all:${{ steps.get_version.outputs.version }}

- name: Update GitHub Deployment Status
run: |
echo "Container released: ghcr.io/${{ github.repository_owner }}/myapp:${{ steps.get_version.outputs.version }}"
echo "Container released: ghcr.io/${{ github.repository_owner }}/k4all:${{ steps.get_version.outputs.version }}"

0 comments on commit 38948ed

Please sign in to comment.