diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 384373f9a..c6b0d8ed3 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -17,7 +17,6 @@ permissions: jobs: build: runs-on: ubuntu-latest - steps: - name: Checkout uses: actions/checkout@v4 @@ -59,10 +58,6 @@ jobs: } } - - name: debug - run: | - ls -laRh api/target - - name: Build docker image id: docker_build uses: docker/build-push-action@v5 diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 0fab04484..fdc35bacd 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -10,32 +10,8 @@ on: generic_tag: required: true type: string -jobs: - - # load-image: - # runs-on: ubuntu-latest - # steps: - # - name: Download docker image - # uses: actions/download-artifact@v4 - # with: - # name: image - # path: /tmp - - # # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations - # - name: Setup docker with containerd - # uses: crazy-max/ghaction-setup-docker@v3 - # with: - # daemon-config: | - # { - # "features": { - # "containerd-snapshotter": true - # } - # } - - # - name: Load docker image into daemon - # run: | - # docker load --input /tmp/image.tar +jobs: deploy-ghcr: permissions: packages: write diff --git a/.github/workflows/publish_dockerhub.yml b/.github/workflows/publish_dockerhub.yml index b61479a5e..049f690d6 100644 --- a/.github/workflows/publish_dockerhub.yml +++ b/.github/workflows/publish_dockerhub.yml @@ -10,8 +10,8 @@ on: generic_tag: required: true type: string -jobs: +jobs: deploy-dockerhub: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/publish_ghcr.yml b/.github/workflows/publish_ghcr.yml index 3aa84bc07..d04d1dc14 100644 --- a/.github/workflows/publish_ghcr.yml +++ b/.github/workflows/publish_ghcr.yml @@ -12,7 +12,6 @@ on: type: string jobs: - deploy-ghcr: runs-on: ubuntu-latest