Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
fetch-depth: 0

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: Setup up docker buildx
uses: docker/setup-buildx-action@v2

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/container_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
fetch-depth: 0

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: Setup up docker buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -41,5 +38,5 @@ jobs:
context: docker
push: true
tags: |
ghcr.io/${{ github.repository_owner.lowercase }}/tmate-minimal:latest
ghcr.io/statfungen/tmate-minimal:latest
outputs: type=image,compression=zstd,push=true
7 changes: 2 additions & 5 deletions .github/workflows/dispatch_container_upload.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push containers to registries
name: Dispatch push containers to registries

on:
workflow_dispatch:
Expand All @@ -18,9 +18,6 @@ jobs:
with:
fetch-depth: 0

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: Setup up docker buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -37,5 +34,5 @@ jobs:
context: docker
push: true
tags: |
ghcr.io/${{ github.repository_owner.lowercase }}/tmate-minimal:latest
ghcr.io/statfungen/tmate-minimal:latest
outputs: type=image,compression=zstd,push=true