Skip to content

Update prompts-docker.yml#79

Closed
TNGBBK wants to merge 1 commit intodocker:mainfrom
TNGBBK:patch-1
Closed

Update prompts-docker.yml#79
TNGBBK wants to merge 1 commit intodocker:mainfrom
TNGBBK:patch-1

Conversation

@TNGBBK
Copy link

@TNGBBK TNGBBK commented Mar 28, 2025

name: Build and Push DD Extension

on:
release:
types: [created, edited]

jobs:
build:
runs-on: ubuntu-latest

steps:
  - name: Checkout code
    uses: actions/checkout@v4

  - name: Build Host Binary
    run: |
      cd src/extension
      make cross

  - name: Set up QEMU
    uses: docker/setup-qemu-action@v3

  - name: Set up Docker Buildx
    uses: docker/setup-buildx-action@v3

  - name: Login to Docker Hub
    uses: docker/login-action@v3
    with:
      username: dockerpublicbot
      password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}

  - name: Build and push
    uses: docker/build-push-action@v5
    with:
      platforms: linux/amd64,linux/arm64
      push: true
      tags: docker/labs-ai-tools-for-devs:${{ github.event.release.tag_name }}
      file: src/extension/Dockerfile
      context: src/extension

@slimslenderslacks
Copy link
Collaborator

Closing as there's nothing to do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants