Skip to content

Commit

Permalink
comment out Ubuntu Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 9, 2024
1 parent 0f27a55 commit 7e02ef9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Ubuntu Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/ubuntu18.Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
labels: ${{ steps.meta.outputs.labels }}

- name: Prune Docker Volumes
shell: bash -l {0}
run:
df -h
docker system prune --volumes -f
df -h
# - name: Build and push Ubuntu Docker image
# uses: docker/build-push-action@v4
# with:
# context: .
# file: ./docker/ubuntu18.Dockerfile
# push: true
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
# labels: ${{ steps.meta.outputs.labels }}
#
# - name: Prune Docker Volumes
# shell: bash -l {0}
# run: |
# df -h
# docker system prune --volumes -f
# df -h

- name: Build and push Rocky8 Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 7e02ef9

Please sign in to comment.