From fdb1fedb5b04ae83b8a96bbd4f1252c20918e8f1 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Wed, 3 Jul 2024 12:36:16 -0400 Subject: [PATCH] Allow repo to be republicized Need to get rid of self-hosted runner usage --- .github/workflows/docker-build.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index ab1b3181..3982efbc 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -49,19 +49,4 @@ jobs: platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - update-service: - needs: [docker-build] - runs-on: plrl-github-actions-runner - env: - PLURAL_CONSOLE_TOKEN: ${{ secrets.PLURAL_CONSOLE_TOKEN }} - PLURAL_CONSOLE_URL: ${{ secrets.PLURAL_CONSOLE_URL }} - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: installing plural - uses: pluralsh/setup-plural@v0.2.0 - - name: Using short sha - run: echo ${GITHUB_SHA::7} - - name: Update service - run: plural cd services update @mgmt/marketing --conf tag=sha-${GITHUB_SHA::7} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file