Skip to content

Commit

Permalink
fixed errors in the previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <mbtamuli@gmail.com>
  • Loading branch information
mbtamuli committed Jan 21, 2024
1 parent 4b96234 commit 94aabfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: devcontainers/ci@v0.3
with:
subFolder: .github
imageName: ghcr.io/warm-metal/csi-driver-image/devcontainer
cacheFrom: ghcr.io/warm-metal/csi-driver-image/devcontainer
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
push: always

0 comments on commit 94aabfd

Please sign in to comment.