Skip to content

Commit

Permalink
test deploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
bachrc committed Oct 16, 2024
1 parent 30d5835 commit fbe1ce8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"EditorConfig.EditorConfig",
"denoland.vscode-deno",
"bradlc.vscode-tailwindcss",
"austenc.tailwind-docs"
"austenc.tailwind-docs",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash",
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- 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@v6
with:
Expand Down

0 comments on commit fbe1ce8

Please sign in to comment.