Skip to content

Commit

Permalink
temp docker build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 16, 2024
1 parent e115d8c commit 5a625a8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ 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: Build and push Rocky8 Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 5a625a8

Please sign in to comment.