Skip to content

Commit

Permalink
chore: fix github variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Aug 20, 2024
1 parent 775b93e commit cdefa67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/${{ github.GITHUB_REPOSITORY }}
cacheFrom: ghcr.io/${{ github.GITHUB_REPOSITORY }}
imageName: ghcr.io/${{ github.repository }}
cacheFrom: ghcr.io/${{ github.repository }}
push: always

0 comments on commit cdefa67

Please sign in to comment.