Skip to content

Commit

Permalink
Revert "Update release_docker_container.yaml (#442)" (#457)
Browse files Browse the repository at this point in the history
This reverts commit 6f239b4.
  • Loading branch information
michaelfeil authored Nov 11, 2024
1 parent 6f239b4 commit a13d2ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release_docker_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}
Expand All @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit a13d2ab

Please sign in to comment.