From a13d2ab3b121e2bf2f8685bc105b42985dae29ed Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:44:12 -0800 Subject: [PATCH] Revert "Update release_docker_container.yaml (#442)" (#457) This reverts commit 6f239b411f63c18acc389bd5a934445e970b109c. --- .github/workflows/release_docker_container.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release_docker_container.yaml b/.github/workflows/release_docker_container.yaml index 2cbc7e45..1ac4aec7 100644 --- a/.github/workflows/release_docker_container.yaml +++ b/.github/workflows/release_docker_container.yaml @@ -39,7 +39,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Free Disk Space uses: "./.github/actions/disk_cleanup" if: runner.os == 'Linux' @@ -51,11 +50,9 @@ jobs: large-packages: false docker-images: false swap-storage: false - - name: Get git tag uses: actions-ecosystem/action-get-latest-tag@v1 id: get-latest-tag - - name: Set docker tag env: VERSION: ${{ steps.get-latest-tag.outputs.tag }} @@ -64,10 +61,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub uses: docker/login-action@v3 with: @@ -98,4 +93,4 @@ jobs: # cache-from: type=registry,ref=${{ env.LATEST_TAG }} platforms: ${{ inputs.platforms }} tags: ${{ env.LATEST_TAG }}${{ env.APPENDIX_TAG }},${{ env.VERSION_TAG }}${{ env.APPENDIX_TAG }} - push: true + push: true \ No newline at end of file