Skip to content

Commit

Permalink
Update env_containers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski authored Dec 19, 2024
1 parent dcb7199 commit a31fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
compose-path: compose.yml
registry: ghcr.io
container_type: env
version: ${{ github.event_name == "push" && github.ref_name || github.event.release.tag_name }}
version: ${{ github.event_name == 'push' && github.ref_name || github.event.release.tag_name }}
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}

0 comments on commit a31fff8

Please sign in to comment.