Skip to content

Commit

Permalink
Update github-actions-builddockerfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 6, 2024
1 parent b2e6e4e commit dd73f6d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/github-actions-builddockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/[email protected]
Expand All @@ -43,6 +32,3 @@ jobs:
with:
push: true
tags: mccloud/subgen:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit dd73f6d

Please sign in to comment.