diff --git a/.github/workflows/build-docker.yaml b/.github/workflows/build-docker.yaml index 74fb0a3a..1c9d81f0 100644 --- a/.github/workflows/build-docker.yaml +++ b/.github/workflows/build-docker.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - test/* push: tags: - "*" @@ -41,6 +42,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | type=ref,event=pr + type=ref,event=branch type=ref,event=tag type=sha,format=long diff --git a/.github/workflows/workflow-executor.yaml b/.github/workflows/workflow-executor.yaml index cd589e5f..f05fbb71 100644 --- a/.github/workflows/workflow-executor.yaml +++ b/.github/workflows/workflow-executor.yaml @@ -234,7 +234,7 @@ jobs: - id: run-workflow name: Run Generation Workflow if: ${{ steps.check-label.outputs.short_circuit_label_trigger != 'true' }} - uses: speakeasy-api/sdk-generation-action@v15 + uses: speakeasy-api/sdk-generation-action@test/github-action-24-sept with: speakeasy_version: ${{ inputs.speakeasy_version }} github_access_token: ${{ secrets.github_access_token }} diff --git a/action.yml b/action.yml index cdab757c..dad30352 100644 --- a/action.yml +++ b/action.yml @@ -209,7 +209,7 @@ outputs: description: "The release tag used for standalone ts mcp binaries" runs: using: "docker" - image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15" + image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:test/github-action-24-sept" env: SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }} SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}