Skip to content

Commit

Permalink
feat: enable local vscode dev container and install through Dockerfile
Browse files Browse the repository at this point in the history
* feat: enable local vscode dev container and install through Dockerfile

* feat: update workflow build image

* Revert "feat: update workflow build image"

This reverts commit 911cc3a.

* feat: enable workflow auto build for dev image

* feat: pure prompt

* fix: workflow build image

---------

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
thangbuiq and dependabot[bot] authored Feb 9, 2024
1 parent a4299fb commit 5631f6d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/codespaces-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@ jobs:
username: ${{ env.USER }}
password: ${{ secrets.TOKEN_GITHUB }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

0 comments on commit 5631f6d

Please sign in to comment.