Skip to content

Commit

Permalink
fix(devcontainer)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed Apr 30, 2024
1 parent 1b9d934 commit 9ae0560
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dodo-build-devcontainer.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build DevContainer image
on:
workflow_dispatch:
push:
branches:
- dodo
paths:
- ".devcontainer/**"
# push:
# branches:
# - dodo
# paths:
# - ".devcontainer/**"

jobs:
push:
Expand All @@ -30,6 +30,7 @@ jobs:
uses: docker/build-push-action@v4
with:
file: ".devcontainer/Dockerfile"
push: true
tags: >
ghcr.io/${{ github.repository }}-devcontainer:latest,
ghcr.io/${{ github.repository }}-devcontainer:${{ env.DEVCONTAINER_IMAGE_TAG }}
Expand Down

0 comments on commit 9ae0560

Please sign in to comment.