Skip to content

Commit

Permalink
feat: Add missing CI env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Nov 27, 2023
1 parent eea4402 commit 4bfe27b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [ "main" ]

env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4bfe27b

Please sign in to comment.