Skip to content

Commit

Permalink
Fixed env usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmit799 committed Aug 22, 2023
1 parent f01d7f0 commit 58a99a6
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 @@ -15,9 +15,9 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile
image: ${{ env.REGISTRY }}/ksmit799/ardos
image: ghcr.io/ksmit799/ardos
- dockerfile: ./Dockerfile-legacy
image: ${{ env.REGISTRY }}/ksmit799/ardos-legacy
image: ghcr.io/ksmit799/ardos-legacy

permissions:
contents: read
Expand Down

0 comments on commit 58a99a6

Please sign in to comment.