Skip to content

Commit

Permalink
ci: env variables do not work outside of steps, github docs seem to b…
Browse files Browse the repository at this point in the history
  • Loading branch information
Radialarray committed Apr 26, 2023
1 parent 49cbb38 commit 4f96ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildimages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
matrix:
include:
- dockerfile: ./apps/cms/Dockerfile
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image: ghcr.io/hfg-gmuend/codelibrary-cms
- dockerfile: ./apps/web/Dockerfile
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image: ghcr.io/hfg-gmuend/codelibrary-web
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4f96ef4

Please sign in to comment.