Skip to content

Commit

Permalink
removed /app
Browse files Browse the repository at this point in the history
  • Loading branch information
JexSrs committed Jun 17, 2024
1 parent b97a505 commit 3429794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/app:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/app:${{ github.ref }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref }}
- name: Deploy (if needed)
run: echo "Deploy step can be customized or automated here"

0 comments on commit 3429794

Please sign in to comment.