Skip to content

Commit

Permalink
feat: Agregar soporte para Docker Compose en el flujo de trabajo de p…
Browse files Browse the repository at this point in the history
…ublicación de la imagen de Codespace
  • Loading branch information
nestordavalos committed Sep 25, 2024
1 parent c0e29e0 commit 56cd9e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_codespace_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Publish Codespace Base Image
on:
workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
publish-code-space-image:
runs-on: ubuntu-latest
Expand All @@ -26,4 +30,4 @@ jobs:
run: |
docker-compose -f .devcontainer/docker-compose.yml build base
docker tag base:latest ghcr.io/sendingtk/chatwoot_codespace:latest
docker push ghcr.io/sendingtk/chatwoot_codespace:latest
docker push ghcr.io/sendingtk/chatwoot_codespace:latest

0 comments on commit 56cd9e7

Please sign in to comment.