From 34de154488896f4e1ac6edb749a4c7ad856dea41 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Fri, 21 Jun 2024 12:49:55 +0100 Subject: [PATCH] Try new build script --- .github/workflows/cd.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 37bc1f0..d0fa865 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,25 +8,25 @@ concurrency: group: cd-${{ github.ref }} jobs: - build: - runs-on: ubuntu-latest - permissions: - packages: write - contents: read - steps: - - uses: actions/checkout@v4 - - name: Get tag - id: version-tag - uses: ./.github/actions/get-version-tag - - name: Build Docker image - uses: ./.github/actions/docker-build - with: - version: ${{ steps.version-tag.outputs.version-tag }} - latest: true - github-token: ${{ secrets.GITHUB_TOKEN }} - docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }} + # build-old: + # runs-on: ubuntu-latest + # permissions: + # packages: write + # contents: read + # steps: + # - uses: actions/checkout@v4 + # - name: Get tag + # id: version-tag + # uses: ./.github/actions/get-version-tag + # - name: Build Docker image + # uses: ./.github/actions/docker-build + # with: + # version: ${{ steps.version-tag.outputs.version-tag }} + # latest: true + # github-token: ${{ secrets.GITHUB_TOKEN }} + # docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }} - build2: + build: runs-on: ubuntu-latest permissions: packages: write