From fc8811a5e7b818f74f0c457767123e0f8310b62a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 3 Feb 2024 20:50:18 -0800 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 33 +------------------------------ 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 5e8d85f47..2da13da4d 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -77,37 +77,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platform: local, linux/amd64,linux/arm64,linux/arm64/v8 - build-and-push-image-ui: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Extract metadata (tags, labels) for UI Dockerfile - id: meta-ui - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 - with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ui - - - name: Build and push UI Docker image - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 - with: - context: ui/ - file: ui/Dockerfile - push: true - tags: ${{ steps.meta-ui.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-ui.outputs.tags }}-latest - labels: ${{ steps.meta-ui.outputs.labels }} - platform: local, linux/amd64,linux/arm64,linux/arm64/v8 build-and-push-image-database: runs-on: ubuntu-latest permissions: @@ -182,4 +151,4 @@ jobs: content: "||@everyone||" footer_title: "Changelog" footer_icon_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true