Skip to content

Commit 5a625a8

Browse files
committed
temp docker build fix
1 parent e115d8c commit 5a625a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build_docker.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
with:
5252
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5353

54-
- name: Build and push Ubuntu Docker image
55-
uses: docker/build-push-action@v4
56-
with:
57-
context: .
58-
file: ./docker/ubuntu18.Dockerfile
59-
push: true
60-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
61-
labels: ${{ steps.meta.outputs.labels }}
62-
6354
- name: Build and push Rocky8 Docker image
6455
uses: docker/build-push-action@v4
6556
with:

0 commit comments

Comments
 (0)